#E90F83
A medium, vivid magenta closely aligning with Deeppink.
About #E90F83
Visually, #E90F83 is defined as a vivid magenta. Its closest recognized web color is Deeppink. This translates to an RGB value of rgb(233, 15, 131).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. With a hue angle of 328.1 degrees, it sits comfortably in the magenta spectrum.
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#E90F83
RGB233, 15, 131
HSL328.1°, 87.9%, 48.6%
CMYK0%, 94%, 44%, 9%
HSV328.1°, 93.6%, 91.4%
LAB51.0, 79.0, -3.9
XYZ37.9, 19.3, 23.2
Decimal15273859
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: #E90F83;
}
.text-color {
color: #E90F83;
}
.border-color {
border: 2px solid #E90F83;
}