Shades of Deep Magenta #E110CA
Tints of Deep Magenta #E110CA
RGB
CMYK
RGB Variations
Color information
#E110CA (or 0xE110CA) is known color: Deep Magenta. HEX triplet: E1, 10 and CA. RGB value is (225,16,202). Sum of RGB (Red+Green+Blue) = 225+16+202=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E110CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110CA is #1EEF35. Grayscale: #636363. Windows color (decimal): -2027318 or 13242593. OLE color: 13242593.
HSL color Cylindrical-coordinate representation of color #E110CA: hue angle of 306.6º 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 #E110CA is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.12 |
| HSL | 306.6º | 0.87% | 0.47% | - |
| HSV(B) | 306.6º | 0.93% | 0.88% | - |
| XYZ | 41.9 | 20.64 | 57.65 | - |
| YUV | 99.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 202 | 0 | 0.93 | 0.10 | 0.12 | 306.6 | 0.87 | 0.47 |
| Hex | E1 | 10 | CA | 0 | 5D | A | C | 133 | 57 | 2F |
| Octal | 341 | 20 | 312 | 0 | 135 | 12 | 14 | 463 | 127 | 57 |
| Binary | 11100001 | 10000 | 11001010 | 0 | 1011101 | 1010 | 1100 | 100110011 | 1010111 | 101111 |
Color Harmonies of #E110CA
Complementary color
Monochromatic Colors of #E110CA
Black with #E110CA
Text Example
Text Example
White with #E110CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E110CA; }
p { color: rgb(225,16,202); }
H1.HeaderClassName
{
color: #E110CA;
}
.AnyTagClassName
{
color: #E110CA;
}
</style>
background-color css
<style>
a { background-color: #E110CA; }
a { background-color: rgb(225,16,202); }
div.DivClassName
{
background-color: #E110CA;
}
.BgClassName
{
background-color: #E110CA;
}
</style>
border-color css
<style>
span { border-color: #E110CA; }
span { border-color: rgb(225,16,202); }
td.TdClassName
{
border-color: #E110CA;
}
.TagClassName
{
border-color: #E110CA;
}
</style>