#E216FF
A medium, vivid magenta closely aligning with Fuchsia.
About #E216FF
When working with digital screens, the color #E216FF is rendered by mixing light. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(226, 22, 255).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 11% C, 91% M, 0% Y, and 0% K. With a hue angle of 292.5 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E216FF
RGB226, 22, 255
HSL292.5°, 100.0%, 54.3%
CMYK11%, 91%, 0%, 0%
HSV292.5°, 91.4%, 100.0%
LAB56.1, 92.3, -68.0
XYZ49.7, 24.0, 96.6
Decimal14817023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.79:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E216FF;
}
.text-color {
color: #E216FF;
}
.border-color {
border: 2px solid #E216FF;
}