#E91D8A
A medium, vivid magenta closely aligning with Deeppink.
About #E91D8A
The precise color #E91D8A is an excellent choice for modern design projects. It is closely associated with the named CSS color Deeppink. In the RGB color space, it consists of 233 red, 29 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 88% magenta, 41% yellow, and 9% black. With a hue angle of 327.9 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E91D8A
RGB233, 29, 138
HSL327.9°, 82.3%, 51.4%
CMYK0%, 88%, 41%, 9%
HSV327.9°, 87.6%, 91.4%
LAB51.9, 77.8, -6.8
XYZ38.6, 20.0, 25.9
Decimal15277450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E91D8A;
}
.text-color {
color: #E91D8A;
}
.border-color {
border: 2px solid #E91D8A;
}