#E200F8
A medium, vivid magenta closely aligning with Fuchsia.
About #E200F8
Visually, #E200F8 is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 226 red, 0 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 9% Cyan, 100% Magenta, 0% Yellow, and 3% Black. The HSL representation is 294.7° hue, 100.0% saturation, and 48.6% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E200F8
RGB226, 0, 248
HSL294.7°, 100.0%, 48.6%
CMYK9%, 100%, 0%, 3%
HSV294.7°, 100.0%, 97.3%
LAB55.0, 92.9, -65.7
XYZ48.3, 22.9, 90.7
Decimal14811384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E200F8;
}
.text-color {
color: #E200F8;
}
.border-color {
border: 2px solid #E200F8;
}