#E20FF0
A medium, vivid magenta closely aligning with Fuchsia.
About #E20FF0
Visually, #E20FF0 is defined as a vivid magenta. Designers often compare it to the standard color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 15, and 240.
For print applications, it's crucial to understand its CMYK makeup. The color uses 6% Cyan, 94% Magenta, 0% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E20FF0
RGB226, 15, 240
HSL296.3°, 88.2%, 50.0%
CMYK6%, 94%, 0%, 6%
HSV296.3°, 93.8%, 94.1%
LAB54.9, 90.7, -61.5
XYZ47.3, 22.8, 84.3
Decimal14815216
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E20FF0;
}
.text-color {
color: #E20FF0;
}
.border-color {
border: 2px solid #E20FF0;
}