#E90F7C
A medium, vivid magenta closely aligning with Deeppink.
About #E90F7C
Visually, #E90F7C is defined as a vivid magenta. It is closely associated with the named CSS color Deeppink. This translates to an RGB value of rgb(233, 15, 124).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 94% magenta, 47% yellow, and 9% black. The HSL representation is 330.0° hue, 87.9% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E90F7C
RGB233, 15, 124
HSL330.0°, 87.9%, 48.6%
CMYK0%, 94%, 47%, 9%
HSV330.0°, 93.6%, 91.4%
LAB50.8, 78.4, 0.1
XYZ37.4, 19.1, 20.8
Decimal15273852
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90F7C;
}
.text-color {
color: #E90F7C;
}
.border-color {
border: 2px solid #E90F7C;
}