Shades of Deep Magenta #E01EE0
Tints of Deep Magenta #E01EE0
RGB
CMYK
RGB Variations
Color information
#E01EE0 (or 0xE01EE0) is known color: Deep Magenta. HEX triplet: E0, 1E and E0. RGB value is (224,30,224). Sum of RGB (Red+Green+Blue) = 224+30+224=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E01EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EE0 is #1FE11F. Grayscale: #6D6D6D. Windows color (decimal): -2089248 or 14687968. OLE color: 14687968.
HSL color Cylindrical-coordinate representation of color #E01EE0: hue angle of 300º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EE0 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 224 | - |
| CMYK | 0 | 0.87 | 0 | 0.12 |
| HSL | 300º | 0.76% | 0.5% | - |
| HSV(B) | 300º | 0.87% | 0.88% | - |
| XYZ | 44.66 | 22.16 | 72.44 | - |
| YUV | 110.12 | 192.27 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 224 | 0 | 0.87 | 0 | 0.12 | 300 | 0.76 | 0.5 |
| Hex | E0 | 1E | E0 | 0 | 57 | 0 | C | 12C | 4C | 32 |
| Octal | 340 | 36 | 340 | 0 | 127 | 0 | 14 | 454 | 114 | 62 |
| Binary | 11100000 | 11110 | 11100000 | 0 | 1010111 | 0 | 1100 | 100101100 | 1001100 | 110010 |
Color Harmonies of #E01EE0
Complementary color
Monochromatic Colors of #E01EE0
Black with #E01EE0
Text Example
Text Example
White with #E01EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01EE0; }
p { color: rgb(224,30,224); }
H1.HeaderClassName
{
color: #E01EE0;
}
.AnyTagClassName
{
color: #E01EE0;
}
</style>
background-color css
<style>
a { background-color: #E01EE0; }
a { background-color: rgb(224,30,224); }
div.DivClassName
{
background-color: #E01EE0;
}
.BgClassName
{
background-color: #E01EE0;
}
</style>
border-color css
<style>
span { border-color: #E01EE0; }
span { border-color: rgb(224,30,224); }
td.TdClassName
{
border-color: #E01EE0;
}
.TagClassName
{
border-color: #E01EE0;
}
</style>