Shades of Deep Magenta #E010CD
Tints of Deep Magenta #E010CD
RGB
CMYK
RGB Variations
Color information
#E010CD (or 0xE010CD) is known color: Deep Magenta. HEX triplet: E0, 10 and CD. RGB value is (224,16,205). Sum of RGB (Red+Green+Blue) = 224+16+205=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E010CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010CD is #1FEF32. Grayscale: #636363. Windows color (decimal): -2092851 or 13439200. OLE color: 13439200.
HSL color Cylindrical-coordinate representation of color #E010CD: hue angle of 305.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010CD is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 205 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.12 |
| HSL | 305.48º | 0.87% | 0.47% | - |
| HSV(B) | 305.48º | 0.93% | 0.88% | - |
| XYZ | 41.95 | 20.63 | 59.53 | - |
| YUV | 99.74 | 187.41 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 205 | 0 | 0.93 | 0.08 | 0.12 | 305.48 | 0.87 | 0.47 |
| Hex | E0 | 10 | CD | 0 | 5D | 8 | C | 131 | 57 | 2F |
| Octal | 340 | 20 | 315 | 0 | 135 | 10 | 14 | 461 | 127 | 57 |
| Binary | 11100000 | 10000 | 11001101 | 0 | 1011101 | 1000 | 1100 | 100110001 | 1010111 | 101111 |
Color Harmonies of #E010CD
Complementary color
Monochromatic Colors of #E010CD
Black with #E010CD
Text Example
Text Example
White with #E010CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010CD; }
p { color: rgb(224,16,205); }
H1.HeaderClassName
{
color: #E010CD;
}
.AnyTagClassName
{
color: #E010CD;
}
</style>
background-color css
<style>
a { background-color: #E010CD; }
a { background-color: rgb(224,16,205); }
div.DivClassName
{
background-color: #E010CD;
}
.BgClassName
{
background-color: #E010CD;
}
</style>
border-color css
<style>
span { border-color: #E010CD; }
span { border-color: rgb(224,16,205); }
td.TdClassName
{
border-color: #E010CD;
}
.TagClassName
{
border-color: #E010CD;
}
</style>