#E216F8
A medium, vivid magenta closely aligning with Fuchsia.
About #E216F8
Visually, #E216F8 is defined as a vivid magenta. Its closest recognized web color is Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 22, and 248.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 9% cyan, 91% magenta, 0% yellow, and 3% black. The HSL representation is 294.2° hue, 94.2% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E216F8
RGB226, 22, 248
HSL294.2°, 94.2%, 52.9%
CMYK9%, 91%, 0%, 3%
HSV294.2°, 91.1%, 97.3%
LAB55.6, 91.2, -64.8
XYZ48.6, 23.5, 90.8
Decimal14817016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.70:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E216F8;
}
.text-color {
color: #E216F8;
}
.border-color {
border: 2px solid #E216F8;
}