Shades of Deep Magenta #E013CD
Tints of Deep Magenta #E013CD
RGB
CMYK
RGB Variations
Color information
#E013CD (or 0xE013CD) is known color: Deep Magenta. HEX triplet: E0, 13 and CD. RGB value is (224,19,205). Sum of RGB (Red+Green+Blue) = 224+19+205=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E013CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013CD is #1FEC32. Grayscale: #646464. Windows color (decimal): -2092083 or 13439968. OLE color: 13439968.
HSL color Cylindrical-coordinate representation of color #E013CD: hue angle of 305.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013CD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 205 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.12 |
| HSL | 305.56º | 0.84% | 0.48% | - |
| HSV(B) | 305.56º | 0.92% | 0.88% | - |
| XYZ | 41.99 | 20.72 | 59.54 | - |
| YUV | 101.5 | 186.42 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 205 | 0 | 0.92 | 0.08 | 0.12 | 305.56 | 0.84 | 0.48 |
| Hex | E0 | 13 | CD | 0 | 5C | 8 | C | 132 | 54 | 30 |
| Octal | 340 | 23 | 315 | 0 | 134 | 10 | 14 | 462 | 124 | 60 |
| Binary | 11100000 | 10011 | 11001101 | 0 | 1011100 | 1000 | 1100 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E013CD
Complementary color
Monochromatic Colors of #E013CD
Black with #E013CD
Text Example
Text Example
White with #E013CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013CD; }
p { color: rgb(224,19,205); }
H1.HeaderClassName
{
color: #E013CD;
}
.AnyTagClassName
{
color: #E013CD;
}
</style>
background-color css
<style>
a { background-color: #E013CD; }
a { background-color: rgb(224,19,205); }
div.DivClassName
{
background-color: #E013CD;
}
.BgClassName
{
background-color: #E013CD;
}
</style>
border-color css
<style>
span { border-color: #E013CD; }
span { border-color: rgb(224,19,205); }
td.TdClassName
{
border-color: #E013CD;
}
.TagClassName
{
border-color: #E013CD;
}
</style>