Shades of Deep Magenta #E01DCE
Tints of Deep Magenta #E01DCE
RGB
CMYK
RGB Variations
Color information
#E01DCE (or 0xE01DCE) is known color: Deep Magenta. HEX triplet: E0, 1D and CE. RGB value is (224,29,206). Sum of RGB (Red+Green+Blue) = 224+29+206=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DCE is #1FE231. Grayscale: #6A6A6A. Windows color (decimal): -2089522 or 13508064. OLE color: 13508064.
HSL color Cylindrical-coordinate representation of color #E01DCE: hue angle of 305.54º degrees, saturation: 0.77, 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 #E01DCE is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 206 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.12 |
| HSL | 305.54º | 0.77% | 0.5% | - |
| HSV(B) | 305.54º | 0.87% | 0.88% | - |
| XYZ | 42.32 | 21.18 | 60.25 | - |
| YUV | 107.48 | 183.6 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 206 | 0 | 0.87 | 0.08 | 0.12 | 305.54 | 0.77 | 0.5 |
| Hex | E0 | 1D | CE | 0 | 57 | 8 | C | 132 | 4D | 32 |
| Octal | 340 | 35 | 316 | 0 | 127 | 10 | 14 | 462 | 115 | 62 |
| Binary | 11100000 | 11101 | 11001110 | 0 | 1010111 | 1000 | 1100 | 100110010 | 1001101 | 110010 |
Color Harmonies of #E01DCE
Complementary color
Monochromatic Colors of #E01DCE
Black with #E01DCE
Text Example
Text Example
White with #E01DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DCE; }
p { color: rgb(224,29,206); }
H1.HeaderClassName
{
color: #E01DCE;
}
.AnyTagClassName
{
color: #E01DCE;
}
</style>
background-color css
<style>
a { background-color: #E01DCE; }
a { background-color: rgb(224,29,206); }
div.DivClassName
{
background-color: #E01DCE;
}
.BgClassName
{
background-color: #E01DCE;
}
</style>
border-color css
<style>
span { border-color: #E01DCE; }
span { border-color: rgb(224,29,206); }
td.TdClassName
{
border-color: #E01DCE;
}
.TagClassName
{
border-color: #E01DCE;
}
</style>