#E90FCC
A medium, vivid magenta closely aligning with Fuchsia.
About #E90FCC
Visually, #E90FCC is defined as a vivid magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(233, 15, 204).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. The HSL representation is 308.0° hue, 87.9% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E90FCC
RGB233, 15, 204
HSL308.0°, 87.9%, 48.6%
CMYK0%, 94%, 12%, 9%
HSV308.0°, 93.6%, 91.4%
LAB54.1, 86.8, -42.3
XYZ44.7, 22.0, 59.0
Decimal15273932
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.71:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E90FCC;
}
.text-color {
color: #E90FCC;
}
.border-color {
border: 2px solid #E90FCC;
}