Shades of Deep Magenta #E112CE
Tints of Deep Magenta #E112CE
RGB
CMYK
RGB Variations
Color information
#E112CE (or 0xE112CE) is known color: Deep Magenta. HEX triplet: E1, 12 and CE. RGB value is (225,18,206). Sum of RGB (Red+Green+Blue) = 225+18+206=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E112CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112CE is #1EED31. Grayscale: #646464. Windows color (decimal): -2026802 or 13505249. OLE color: 13505249.
HSL color Cylindrical-coordinate representation of color #E112CE: hue angle of 305.51º 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 #E112CE is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.12 |
| HSL | 305.51º | 0.85% | 0.48% | - |
| HSV(B) | 305.51º | 0.92% | 0.88% | - |
| XYZ | 42.41 | 20.9 | 60.19 | - |
| YUV | 101.33 | 187.08 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 206 | 0 | 0.92 | 0.08 | 0.12 | 305.51 | 0.85 | 0.48 |
| Hex | E1 | 12 | CE | 0 | 5C | 8 | C | 132 | 55 | 30 |
| Octal | 341 | 22 | 316 | 0 | 134 | 10 | 14 | 462 | 125 | 60 |
| Binary | 11100001 | 10010 | 11001110 | 0 | 1011100 | 1000 | 1100 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E112CE
Complementary color
Monochromatic Colors of #E112CE
Black with #E112CE
Text Example
Text Example
White with #E112CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112CE; }
p { color: rgb(225,18,206); }
H1.HeaderClassName
{
color: #E112CE;
}
.AnyTagClassName
{
color: #E112CE;
}
</style>
background-color css
<style>
a { background-color: #E112CE; }
a { background-color: rgb(225,18,206); }
div.DivClassName
{
background-color: #E112CE;
}
.BgClassName
{
background-color: #E112CE;
}
</style>
border-color css
<style>
span { border-color: #E112CE; }
span { border-color: rgb(225,18,206); }
td.TdClassName
{
border-color: #E112CE;
}
.TagClassName
{
border-color: #E112CE;
}
</style>