Shades of Deep Magenta #E023E0
Tints of Deep Magenta #E023E0
RGB
CMYK
RGB Variations
Color information
#E023E0 (or 0xE023E0) is known color: Deep Magenta. HEX triplet: E0, 23 and E0. RGB value is (224,35,224). Sum of RGB (Red+Green+Blue) = 224+35+224=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E023E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E023E0 is #1FDC1F. Grayscale: #707070. Windows color (decimal): -2087968 or 14689248. OLE color: 14689248.
HSL color Cylindrical-coordinate representation of color #E023E0: hue angle of 300º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E023E0 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 224 | - |
| CMYK | 0 | 0.84 | 0 | 0.12 |
| HSL | 300º | 0.75% | 0.51% | - |
| HSV(B) | 300º | 0.84% | 0.88% | - |
| XYZ | 44.8 | 22.43 | 72.49 | - |
| YUV | 113.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 224 | 0 | 0.84 | 0 | 0.12 | 300 | 0.75 | 0.51 |
| Hex | E0 | 23 | E0 | 0 | 54 | 0 | C | 12C | 4B | 33 |
| Octal | 340 | 43 | 340 | 0 | 124 | 0 | 14 | 454 | 113 | 63 |
| Binary | 11100000 | 100011 | 11100000 | 0 | 1010100 | 0 | 1100 | 100101100 | 1001011 | 110011 |
Color Harmonies of #E023E0
Complementary color
Monochromatic Colors of #E023E0
Black with #E023E0
Text Example
Text Example
White with #E023E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023E0; }
p { color: rgb(224,35,224); }
H1.HeaderClassName
{
color: #E023E0;
}
.AnyTagClassName
{
color: #E023E0;
}
</style>
background-color css
<style>
a { background-color: #E023E0; }
a { background-color: rgb(224,35,224); }
div.DivClassName
{
background-color: #E023E0;
}
.BgClassName
{
background-color: #E023E0;
}
</style>
border-color css
<style>
span { border-color: #E023E0; }
span { border-color: rgb(224,35,224); }
td.TdClassName
{
border-color: #E023E0;
}
.TagClassName
{
border-color: #E023E0;
}
</style>