Shades of Deep Magenta #E01CCD
Tints of Deep Magenta #E01CCD
RGB
CMYK
RGB Variations
Color information
#E01CCD (or 0xE01CCD) is known color: Deep Magenta. HEX triplet: E0, 1C and CD. RGB value is (224,28,205). Sum of RGB (Red+Green+Blue) = 224+28+205=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CCD is #1FE332. Grayscale: #6A6A6A. Windows color (decimal): -2089779 or 13442272. OLE color: 13442272.
HSL color Cylindrical-coordinate representation of color #E01CCD: hue angle of 305.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CCD is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 205 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.12 |
| HSL | 305.82º | 0.78% | 0.49% | - |
| HSV(B) | 305.82º | 0.88% | 0.88% | - |
| XYZ | 42.18 | 21.09 | 59.6 | - |
| YUV | 106.78 | 183.43 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 205 | 0 | 0.88 | 0.08 | 0.12 | 305.82 | 0.78 | 0.49 |
| Hex | E0 | 1C | CD | 0 | 58 | 8 | C | 132 | 4E | 31 |
| Octal | 340 | 34 | 315 | 0 | 130 | 10 | 14 | 462 | 116 | 61 |
| Binary | 11100000 | 11100 | 11001101 | 0 | 1011000 | 1000 | 1100 | 100110010 | 1001110 | 110001 |
Color Harmonies of #E01CCD
Complementary color
Monochromatic Colors of #E01CCD
Black with #E01CCD
Text Example
Text Example
White with #E01CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CCD; }
p { color: rgb(224,28,205); }
H1.HeaderClassName
{
color: #E01CCD;
}
.AnyTagClassName
{
color: #E01CCD;
}
</style>
background-color css
<style>
a { background-color: #E01CCD; }
a { background-color: rgb(224,28,205); }
div.DivClassName
{
background-color: #E01CCD;
}
.BgClassName
{
background-color: #E01CCD;
}
</style>
border-color css
<style>
span { border-color: #E01CCD; }
span { border-color: rgb(224,28,205); }
td.TdClassName
{
border-color: #E01CCD;
}
.TagClassName
{
border-color: #E01CCD;
}
</style>