#E90FC5
A medium, vivid magenta closely aligning with Fuchsia.
About #E90FC5
Visually, #E90FC5 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(233, 15, 197).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 94% Magenta, 15% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#E90FC5
RGB233, 15, 197
HSL309.9°, 87.9%, 48.6%
CMYK0%, 94%, 15%, 9%
HSV309.9°, 93.6%, 91.4%
LAB53.7, 85.9, -38.8
XYZ43.9, 21.7, 54.7
Decimal15273925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.34:1
Text on #000000
AA
3.76:1
Text on #F8FAFC
AA Large
4.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E90FC5;
}
.text-color {
color: #E90FC5;
}
.border-color {
border: 2px solid #E90FC5;
}