#E20FC5
A medium, vivid magenta closely aligning with Fuchsia.
About #E20FC5
At its core, #E20FC5 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. Its digital footprint relies on 226 parts red, 15 parts green, and 197 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 93% magenta inks. With a hue angle of 308.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E20FC5
RGB226, 15, 197
HSL308.2°, 87.6%, 47.3%
CMYK0%, 93%, 13%, 11%
HSV308.2°, 93.4%, 88.6%
LAB52.4, 84.6, -40.9
XYZ41.6, 20.5, 54.6
Decimal14815173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20FC5;
}
.text-color {
color: #E20FC5;
}
.border-color {
border: 2px solid #E20FC5;
}