#E92C8A
A medium, vivid magenta closely aligning with Deeppink.
About #E92C8A
At its core, #E92C8A is a medium and vivid hue. It is closely associated with the named CSS color Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 44, and 138.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 81% magenta, 41% yellow, and 9% black. The HSL representation is 330.2° hue, 81.1% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E92C8A
RGB233, 44, 138
HSL330.2°, 81.1%, 54.3%
CMYK0%, 81%, 41%, 9%
HSV330.2°, 81.1%, 91.4%
LAB52.9, 74.8, -5.3
XYZ39.1, 21.0, 26.0
Decimal15281290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E92C8A;
}
.text-color {
color: #E92C8A;
}
.border-color {
border: 2px solid #E92C8A;
}