#E20FF8
A medium, vivid magenta closely aligning with Fuchsia.
About #E20FF8
The precise color #E20FF8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 15, and 248.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 9% Cyan, 94% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E20FF8
RGB226, 15, 248
HSL294.3°, 94.3%, 51.6%
CMYK9%, 94%, 0%, 3%
HSV294.3°, 94.0%, 97.3%
LAB55.4, 91.9, -65.2
XYZ48.5, 23.3, 90.7
Decimal14815224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.71:1
Text on #FFFFFF
AA Large
5.66:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E20FF8;
}
.text-color {
color: #E20FF8;
}
.border-color {
border: 2px solid #E20FF8;
}