#E90F66
A medium, vivid magenta closely aligning with Deeppink.
About #E90F66
The hex code #E90F66 represents a beautifully specific shade of magenta. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(233, 15, 102).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 94% M, 56% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E90F66
RGB233, 15, 102
HSL336.1°, 87.9%, 48.6%
CMYK0%, 94%, 56%, 9%
HSV336.1°, 93.6%, 91.4%
LAB50.2, 76.8, 12.7
XYZ36.2, 18.6, 14.3
Decimal15273830
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.44:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E90F66;
}
.text-color {
color: #E90F66;
}
.border-color {
border: 2px solid #E90F66;
}