#E91D7C
A medium, vivid magenta closely aligning with Deeppink.
About #E91D7C
At its core, #E91D7C is a medium and vivid hue. Designers often compare it to the standard color Deeppink. In the RGB color space, it consists of 233 red, 29 green, and 124 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, 47% yellow, and 9% black. The HSL representation is 332.1° hue, 82.3% saturation, and 51.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E91D7C
RGB233, 29, 124
HSL332.1°, 82.3%, 51.4%
CMYK0%, 88%, 47%, 9%
HSV332.1°, 87.6%, 91.4%
LAB51.4, 76.6, 1.0
XYZ37.7, 19.7, 20.9
Decimal15277436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E91D7C;
}
.text-color {
color: #E91D7C;
}
.border-color {
border: 2px solid #E91D7C;
}