#E900FF
A medium, vivid magenta closely aligning with Fuchsia.
About #E900FF
The precise color #E900FF is an excellent choice for modern design projects. It is closely associated with the named CSS color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 233, 0, and 255.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 9% Cyan, 100% Magenta, 0% Yellow, and 0% Black. With a hue angle of 294.8 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E900FF
RGB233, 0, 255
HSL294.8°, 100.0%, 50.0%
CMYK9%, 100%, 0%, 0%
HSV294.8°, 100.0%, 100.0%
LAB56.6, 95.0, -67.0
XYZ51.7, 24.5, 96.6
Decimal15270143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.91:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E900FF;
}
.text-color {
color: #E900FF;
}
.border-color {
border: 2px solid #E900FF;
}