Shades of Deep Magenta #E112CA
Tints of Deep Magenta #E112CA
RGB
CMYK
RGB Variations
Color information
#E112CA (or 0xE112CA) is known color: Deep Magenta. HEX triplet: E1, 12 and CA. RGB value is (225,18,202). Sum of RGB (Red+Green+Blue) = 225+18+202=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E112CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112CA is #1EED35. Grayscale: #646464. Windows color (decimal): -2026806 or 13243105. OLE color: 13243105.
HSL color Cylindrical-coordinate representation of color #E112CA: hue angle of 306.67º degrees, saturation: 0.85, 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 #E112CA is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 202 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.12 |
| HSL | 306.67º | 0.85% | 0.48% | - |
| HSV(B) | 306.67º | 0.92% | 0.88% | - |
| XYZ | 41.93 | 20.7 | 57.66 | - |
| YUV | 100.87 | 185.08 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 202 | 0 | 0.92 | 0.10 | 0.12 | 306.67 | 0.85 | 0.48 |
| Hex | E1 | 12 | CA | 0 | 5C | A | C | 133 | 55 | 30 |
| Octal | 341 | 22 | 312 | 0 | 134 | 12 | 14 | 463 | 125 | 60 |
| Binary | 11100001 | 10010 | 11001010 | 0 | 1011100 | 1010 | 1100 | 100110011 | 1010101 | 110000 |
Color Harmonies of #E112CA
Complementary color
Monochromatic Colors of #E112CA
Black with #E112CA
Text Example
Text Example
White with #E112CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112CA; }
p { color: rgb(225,18,202); }
H1.HeaderClassName
{
color: #E112CA;
}
.AnyTagClassName
{
color: #E112CA;
}
</style>
background-color css
<style>
a { background-color: #E112CA; }
a { background-color: rgb(225,18,202); }
div.DivClassName
{
background-color: #E112CA;
}
.BgClassName
{
background-color: #E112CA;
}
</style>
border-color css
<style>
span { border-color: #E112CA; }
span { border-color: rgb(225,18,202); }
td.TdClassName
{
border-color: #E112CA;
}
.TagClassName
{
border-color: #E112CA;
}
</style>