#E22CFF
A medium, vivid magenta closely aligning with Fuchsia.
About #E22CFF
The hex code #E22CFF represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Fuchsia. This translates to an RGB value of rgb(226, 44, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 11% Cyan, 83% Magenta, 0% Yellow, and 0% Black. With a hue angle of 291.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E22CFF
RGB226, 44, 255
HSL291.8°, 100.0%, 58.6%
CMYK11%, 83%, 0%, 0%
HSV291.8°, 82.7%, 100.0%
LAB57.3, 88.7, -66.0
XYZ50.3, 25.2, 96.8
Decimal14822655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.04:1
Text on #000000
AA
3.32:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E22CFF;
}
.text-color {
color: #E22CFF;
}
.border-color {
border: 2px solid #E22CFF;
}