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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E4007C
Base
#00E468
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E4007C
Base
#DA00E4
#E4000A
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E4007C
Base
#7CE400
#007CE4
Two colors flanking the complement — high contrast with less tension than full complementary.
#E4007C
Base
#0AE400
#00E4DA
Four colors at 90° intervals — rich variety, best when one color dominates.
#E4007C
Base
#E4DA00
#00E468
#000AE4
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E4007C
Base
#4B0029
#980052
#BB0066
#FF0E91
#FF32A1
#FF7EC4
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
#E4007C
Base
#FF1896
#FF4CAD
#FF7FC5
#FFB2DC
#FFE6F3
Ready-to-use code snippets for #E4007C. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E4007C;
}
/* Text */
.element {
color: #E4007C;
}
/* Border */
.element {
border: 1px solid #E4007C;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E4007C,
#C9FFE2
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E4007C,
#C9FFE2
);
}
// 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);
}
How Mexican Pink appears to people with different types of color vision deficiency.
#E4007C
How the color appears with full color vision.
#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.
#52527D
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E02C2C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#757575
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.