#E93AFF
A light, vivid magenta closely aligning with Fuchsia.
About #E93AFF
At its core, #E93AFF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. In the RGB color space, it consists of 233 red, 58 green, and 255 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 9% Cyan, 77% Magenta, 0% Yellow, and 0% Black. With a hue angle of 293.3 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E93AFF
RGB233, 58, 255
HSL293.3°, 100.0%, 61.4%
CMYK9%, 77%, 0%, 0%
HSV293.3°, 77.3%, 100.0%
LAB59.5, 86.6, -62.4
XYZ53.2, 27.6, 97.1
Decimal15284991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.51:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E93AFF;
}
.text-color {
color: #E93AFF;
}
.border-color {
border: 2px solid #E93AFF;
}