Shades of Deep Magenta #E01ED8
Tints of Deep Magenta #E01ED8
RGB
CMYK
RGB Variations
Color information
#E01ED8 (or 0xE01ED8) is known color: Deep Magenta. HEX triplet: E0, 1E and D8. RGB value is (224,30,216). Sum of RGB (Red+Green+Blue) = 224+30+216=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ED8 is #1FE127. Grayscale: #6C6C6C. Windows color (decimal): -2089256 or 14163680. OLE color: 14163680.
HSL color Cylindrical-coordinate representation of color #E01ED8: hue angle of 302.47º 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 #E01ED8 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 216 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.12 |
| HSL | 302.47º | 0.76% | 0.5% | - |
| HSV(B) | 302.47º | 0.87% | 0.88% | - |
| XYZ | 43.6 | 21.73 | 66.86 | - |
| YUV | 109.21 | 188.27 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 216 | 0 | 0.87 | 0.04 | 0.12 | 302.47 | 0.76 | 0.5 |
| Hex | E0 | 1E | D8 | 0 | 57 | 4 | C | 12E | 4C | 32 |
| Octal | 340 | 36 | 330 | 0 | 127 | 4 | 14 | 456 | 114 | 62 |
| Binary | 11100000 | 11110 | 11011000 | 0 | 1010111 | 100 | 1100 | 100101110 | 1001100 | 110010 |
Color Harmonies of #E01ED8
Complementary color
Monochromatic Colors of #E01ED8
Black with #E01ED8
Text Example
Text Example
White with #E01ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ED8; }
p { color: rgb(224,30,216); }
H1.HeaderClassName
{
color: #E01ED8;
}
.AnyTagClassName
{
color: #E01ED8;
}
</style>
background-color css
<style>
a { background-color: #E01ED8; }
a { background-color: rgb(224,30,216); }
div.DivClassName
{
background-color: #E01ED8;
}
.BgClassName
{
background-color: #E01ED8;
}
</style>
border-color css
<style>
span { border-color: #E01ED8; }
span { border-color: rgb(224,30,216); }
td.TdClassName
{
border-color: #E01ED8;
}
.TagClassName
{
border-color: #E01ED8;
}
</style>