Shades of Deep Magenta #E112DC
Tints of Deep Magenta #E112DC
RGB
CMYK
RGB Variations
Color information
#E112DC (or 0xE112DC) is known color: Deep Magenta. HEX triplet: E1, 12 and DC. RGB value is (225,18,220). Sum of RGB (Red+Green+Blue) = 225+18+220=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E112DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112DC is #1EED23. Grayscale: #666666. Windows color (decimal): -2026788 or 14422753. OLE color: 14422753.
HSL color Cylindrical-coordinate representation of color #E112DC: hue angle of 301.45º 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 #E112DC is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 220 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.12 |
| HSL | 301.45º | 0.85% | 0.48% | - |
| HSV(B) | 301.45º | 0.92% | 0.88% | - |
| XYZ | 44.19 | 21.61 | 69.55 | - |
| YUV | 102.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 220 | 0 | 0.92 | 0.02 | 0.12 | 301.45 | 0.85 | 0.48 |
| Hex | E1 | 12 | DC | 0 | 5C | 2 | C | 12D | 55 | 30 |
| Octal | 341 | 22 | 334 | 0 | 134 | 2 | 14 | 455 | 125 | 60 |
| Binary | 11100001 | 10010 | 11011100 | 0 | 1011100 | 10 | 1100 | 100101101 | 1010101 | 110000 |
Color Harmonies of #E112DC
Complementary color
Monochromatic Colors of #E112DC
Black with #E112DC
Text Example
Text Example
White with #E112DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112DC; }
p { color: rgb(225,18,220); }
H1.HeaderClassName
{
color: #E112DC;
}
.AnyTagClassName
{
color: #E112DC;
}
</style>
background-color css
<style>
a { background-color: #E112DC; }
a { background-color: rgb(225,18,220); }
div.DivClassName
{
background-color: #E112DC;
}
.BgClassName
{
background-color: #E112DC;
}
</style>
border-color css
<style>
span { border-color: #E112DC; }
span { border-color: rgb(225,18,220); }
td.TdClassName
{
border-color: #E112DC;
}
.TagClassName
{
border-color: #E112DC;
}
</style>