Shades of Deep Magenta #E01DCD
Tints of Deep Magenta #E01DCD
RGB
CMYK
RGB Variations
Color information
#E01DCD (or 0xE01DCD) is known color: Deep Magenta. HEX triplet: E0, 1D and CD. RGB value is (224,29,205). Sum of RGB (Red+Green+Blue) = 224+29+205=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DCD is #1FE232. Grayscale: #6A6A6A. Windows color (decimal): -2089523 or 13442528. OLE color: 13442528.
HSL color Cylindrical-coordinate representation of color #E01DCD: hue angle of 305.85º 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 #E01DCD is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 205 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.12 |
| HSL | 305.85º | 0.77% | 0.5% | - |
| HSV(B) | 305.85º | 0.87% | 0.88% | - |
| XYZ | 42.2 | 21.13 | 59.61 | - |
| YUV | 107.37 | 183.1 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 205 | 0 | 0.87 | 0.08 | 0.12 | 305.85 | 0.77 | 0.5 |
| Hex | E0 | 1D | CD | 0 | 57 | 8 | C | 132 | 4D | 32 |
| Octal | 340 | 35 | 315 | 0 | 127 | 10 | 14 | 462 | 115 | 62 |
| Binary | 11100000 | 11101 | 11001101 | 0 | 1010111 | 1000 | 1100 | 100110010 | 1001101 | 110010 |
Color Harmonies of #E01DCD
Complementary color
Monochromatic Colors of #E01DCD
Black with #E01DCD
Text Example
Text Example
White with #E01DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01DCD; }
p { color: rgb(224,29,205); }
H1.HeaderClassName
{
color: #E01DCD;
}
.AnyTagClassName
{
color: #E01DCD;
}
</style>
background-color css
<style>
a { background-color: #E01DCD; }
a { background-color: rgb(224,29,205); }
div.DivClassName
{
background-color: #E01DCD;
}
.BgClassName
{
background-color: #E01DCD;
}
</style>
border-color css
<style>
span { border-color: #E01DCD; }
span { border-color: rgb(224,29,205); }
td.TdClassName
{
border-color: #E01DCD;
}
.TagClassName
{
border-color: #E01DCD;
}
</style>