Shades of Deep Magenta #E013CA
Tints of Deep Magenta #E013CA
RGB
CMYK
RGB Variations
Color information
#E013CA (or 0xE013CA) is known color: Deep Magenta. HEX triplet: E0, 13 and CA. RGB value is (224,19,202). Sum of RGB (Red+Green+Blue) = 224+19+202=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E013CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013CA is #1FEC35. Grayscale: #646464. Windows color (decimal): -2092086 or 13243360. OLE color: 13243360.
HSL color Cylindrical-coordinate representation of color #E013CA: hue angle of 306.44º 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 #E013CA is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 202 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.12 |
| HSL | 306.44º | 0.84% | 0.48% | - |
| HSV(B) | 306.44º | 0.92% | 0.88% | - |
| XYZ | 41.63 | 20.58 | 57.65 | - |
| YUV | 101.16 | 184.92 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 202 | 0 | 0.92 | 0.10 | 0.12 | 306.44 | 0.84 | 0.48 |
| Hex | E0 | 13 | CA | 0 | 5C | A | C | 132 | 54 | 30 |
| Octal | 340 | 23 | 312 | 0 | 134 | 12 | 14 | 462 | 124 | 60 |
| Binary | 11100000 | 10011 | 11001010 | 0 | 1011100 | 1010 | 1100 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E013CA
Complementary color
Monochromatic Colors of #E013CA
Black with #E013CA
Text Example
Text Example
White with #E013CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013CA; }
p { color: rgb(224,19,202); }
H1.HeaderClassName
{
color: #E013CA;
}
.AnyTagClassName
{
color: #E013CA;
}
</style>
background-color css
<style>
a { background-color: #E013CA; }
a { background-color: rgb(224,19,202); }
div.DivClassName
{
background-color: #E013CA;
}
.BgClassName
{
background-color: #E013CA;
}
</style>
border-color css
<style>
span { border-color: #E013CA; }
span { border-color: rgb(224,19,202); }
td.TdClassName
{
border-color: #E013CA;
}
.TagClassName
{
border-color: #E013CA;
}
</style>