#E933E2
A medium, vivid magenta closely aligning with Fuchsia.
About #E933E2
Visually, #E933E2 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(233, 51, 226).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 78% magenta, 3% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
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#E933E2
RGB233, 51, 226
HSL302.3°, 80.5%, 55.7%
CMYK0%, 78%, 3%, 9%
HSV302.3°, 78.1%, 91.4%
LAB57.3, 83.8, -49.7
XYZ48.5, 25.2, 74.3
Decimal15283170
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: #E933E2;
}
.text-color {
color: #E933E2;
}
.border-color {
border: 2px solid #E933E2;
}