Mexican Pink (#E4007C)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 4.58:1 — vs black: 4.59:1

Color values

  • HEX #E4007C
  • RGB rgb(228, 0, 124)
  • HSL hsl(327, 100%, 89%)
  • CMYK cmyk( 0, 100, 45.61, 10.59 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #E4007C based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Mexican Pink
#E4007C Base
#00E468
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Mexican Pink
#E4007C Base
#DA00E4
#E4000A
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Mexican Pink
#E4007C Base
#7CE400
#007CE4
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Mexican Pink
#E4007C Base
#0AE400
#00E4DA
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Mexican Pink
#E4007C Base
#E4DA00
#00E468
#000AE4
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Mexican Pink
#E4007C Base
#4B0029
#980052
#BB0066
#FF0E91
#FF32A1
#FF7EC4
Shades & Tints

Darker shades and lighter tints of Mexican Pink, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#1A000E
#420024
#6A003A
#930050
#BB0066
Mexican Pink #E4007C Base
#FF1896
#FF4CAD
#FF7FC5
#FFB2DC
#FFE6F3
CSS & SCSS Snippets

Ready-to-use code snippets for #E4007C. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #E4007C;
}

/* Text */
.element {
    color: #E4007C;
}

/* Border */
.element {
    border: 1px solid #E4007C;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #E4007C,
        #C9FFE2
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #E4007C,
        #C9FFE2
    );
}
SCSS Variable
// SCSS variable
$mexican-pink: #E4007C;

// With RGB channels (useful for rgba() usage)
$mexican-pink-r: 228;
$mexican-pink-g: 0;
$mexican-pink-b: 124;

// Usage
.element {
    background-color: $mexican-pink;
    color: rgba($mexican-pink-r, $mexican-pink-g, $mexican-pink-b, 0.8);
}
Color Blindness Simulation

How Mexican Pink appears to people with different types of color vision deficiency.

Normal Vision #E4007C How the color appears with full color vision.
Deuteranopia #838377 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #52527D Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #E02C2C Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #757575 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Mexican Pink ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Mexican Pink #E4007C Base
Red-purple #E40078 ΔE 0.89
Vivid Cerise #DA1D81 ΔE 2.20
Barbie Pink #E0218A ΔE 3.07
Deep Cerise #DA3287 ΔE 3.26

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.