#E21D7C
A medium, vivid magenta closely aligning with Deeppink.
About #E21D7C
The hex code #E21D7C represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 226 red, 29 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 87% Magenta, 45% Yellow, and 11% Black. The HSL representation is 331.1° hue, 77.3% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E21D7C
RGB226, 29, 124
HSL331.1°, 77.3%, 50.0%
CMYK0%, 87%, 45%, 11%
HSV331.1°, 87.2%, 88.6%
LAB50.1, 75.0, -1.2
XYZ35.4, 18.5, 20.8
Decimal14818684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.47:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E21D7C;
}
.text-color {
color: #E21D7C;
}
.border-color {
border: 2px solid #E21D7C;
}