Shades of Deep Magenta #E011CA
Tints of Deep Magenta #E011CA
RGB
CMYK
RGB Variations
Color information
#E011CA (or 0xE011CA) is known color: Deep Magenta. HEX triplet: E0, 11 and CA. RGB value is (224,17,202). Sum of RGB (Red+Green+Blue) = 224+17+202=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E011CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E011CA is #1FEE35. Grayscale: #636363. Windows color (decimal): -2092598 or 13242848. OLE color: 13242848.
HSL color Cylindrical-coordinate representation of color #E011CA: hue angle of 306.38º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011CA is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 202 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.12 |
| HSL | 306.38º | 0.86% | 0.47% | - |
| HSV(B) | 306.38º | 0.92% | 0.88% | - |
| XYZ | 41.6 | 20.51 | 57.64 | - |
| YUV | 99.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 202 | 0 | 0.92 | 0.10 | 0.12 | 306.38 | 0.86 | 0.47 |
| Hex | E0 | 11 | CA | 0 | 5C | A | C | 132 | 56 | 2F |
| Octal | 340 | 21 | 312 | 0 | 134 | 12 | 14 | 462 | 126 | 57 |
| Binary | 11100000 | 10001 | 11001010 | 0 | 1011100 | 1010 | 1100 | 100110010 | 1010110 | 101111 |
Color Harmonies of #E011CA
Complementary color
Monochromatic Colors of #E011CA
Black with #E011CA
Text Example
Text Example
White with #E011CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E011CA; }
p { color: rgb(224,17,202); }
H1.HeaderClassName
{
color: #E011CA;
}
.AnyTagClassName
{
color: #E011CA;
}
</style>
background-color css
<style>
a { background-color: #E011CA; }
a { background-color: rgb(224,17,202); }
div.DivClassName
{
background-color: #E011CA;
}
.BgClassName
{
background-color: #E011CA;
}
</style>
border-color css
<style>
span { border-color: #E011CA; }
span { border-color: rgb(224,17,202); }
td.TdClassName
{
border-color: #E011CA;
}
.TagClassName
{
border-color: #E011CA;
}
</style>