#E91D6D
A medium, vivid magenta closely aligning with Deeppink.
About #E91D6D
Visually, #E91D6D is defined as a vivid magenta. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 233 red, 29 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 88% M, 53% Y, and 9% K. The HSL representation is 336.5° hue, 82.3% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E91D6D
RGB233, 29, 109
HSL336.5°, 82.3%, 51.4%
CMYK0%, 88%, 53%, 9%
HSV336.5°, 87.6%, 91.4%
LAB51.0, 75.5, 9.5
XYZ36.8, 19.3, 16.3
Decimal15277421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E91D6D;
}
.text-color {
color: #E91D6D;
}
.border-color {
border: 2px solid #E91D6D;
}