Shades of Deep Magenta #E111CA
Tints of Deep Magenta #E111CA
RGB
CMYK
RGB Variations
Color information
#E111CA (or 0xE111CA) is known color: Deep Magenta. HEX triplet: E1, 11 and CA. RGB value is (225,17,202). Sum of RGB (Red+Green+Blue) = 225+17+202=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E111CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111CA is #1EEE35. Grayscale: #636363. Windows color (decimal): -2027062 or 13242849. OLE color: 13242849.
HSL color Cylindrical-coordinate representation of color #E111CA: hue angle of 306.63º 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 #E111CA is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 202 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.12 |
| HSL | 306.63º | 0.86% | 0.47% | - |
| HSV(B) | 306.63º | 0.92% | 0.88% | - |
| XYZ | 41.91 | 20.67 | 57.66 | - |
| YUV | 100.28 | 185.41 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 202 | 0 | 0.92 | 0.10 | 0.12 | 306.63 | 0.86 | 0.47 |
| Hex | E1 | 11 | CA | 0 | 5C | A | C | 133 | 56 | 2F |
| Octal | 341 | 21 | 312 | 0 | 134 | 12 | 14 | 463 | 126 | 57 |
| Binary | 11100001 | 10001 | 11001010 | 0 | 1011100 | 1010 | 1100 | 100110011 | 1010110 | 101111 |
Color Harmonies of #E111CA
Complementary color
Monochromatic Colors of #E111CA
Black with #E111CA
Text Example
Text Example
White with #E111CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E111CA; }
p { color: rgb(225,17,202); }
H1.HeaderClassName
{
color: #E111CA;
}
.AnyTagClassName
{
color: #E111CA;
}
</style>
background-color css
<style>
a { background-color: #E111CA; }
a { background-color: rgb(225,17,202); }
div.DivClassName
{
background-color: #E111CA;
}
.BgClassName
{
background-color: #E111CA;
}
</style>
border-color css
<style>
span { border-color: #E111CA; }
span { border-color: rgb(225,17,202); }
td.TdClassName
{
border-color: #E111CA;
}
.TagClassName
{
border-color: #E111CA;
}
</style>