Shades of Deep Magenta #E112CC
Tints of Deep Magenta #E112CC
RGB
CMYK
RGB Variations
Color information
#E112CC (or 0xE112CC) is known color: Deep Magenta. HEX triplet: E1, 12 and CC. RGB value is (225,18,204). Sum of RGB (Red+Green+Blue) = 225+18+204=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E112CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112CC is #1EED33. Grayscale: #646464. Windows color (decimal): -2026804 or 13374177. OLE color: 13374177.
HSL color Cylindrical-coordinate representation of color #E112CC: hue angle of 306.09º 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 #E112CC is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 204 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.12 |
| HSL | 306.09º | 0.85% | 0.48% | - |
| HSV(B) | 306.09º | 0.92% | 0.88% | - |
| XYZ | 42.17 | 20.8 | 58.92 | - |
| YUV | 101.1 | 186.08 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 204 | 0 | 0.92 | 0.09 | 0.12 | 306.09 | 0.85 | 0.48 |
| Hex | E1 | 12 | CC | 0 | 5C | 9 | C | 132 | 55 | 30 |
| Octal | 341 | 22 | 314 | 0 | 134 | 11 | 14 | 462 | 125 | 60 |
| Binary | 11100001 | 10010 | 11001100 | 0 | 1011100 | 1001 | 1100 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E112CC
Complementary color
Monochromatic Colors of #E112CC
Black with #E112CC
Text Example
Text Example
White with #E112CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112CC; }
p { color: rgb(225,18,204); }
H1.HeaderClassName
{
color: #E112CC;
}
.AnyTagClassName
{
color: #E112CC;
}
</style>
background-color css
<style>
a { background-color: #E112CC; }
a { background-color: rgb(225,18,204); }
div.DivClassName
{
background-color: #E112CC;
}
.BgClassName
{
background-color: #E112CC;
}
</style>
border-color css
<style>
span { border-color: #E112CC; }
span { border-color: rgb(225,18,204); }
td.TdClassName
{
border-color: #E112CC;
}
.TagClassName
{
border-color: #E112CC;
}
</style>