Shades of Deep Magenta #E112CB
Tints of Deep Magenta #E112CB
RGB
CMYK
RGB Variations
Color information
#E112CB (or 0xE112CB) is known color: Deep Magenta. HEX triplet: E1, 12 and CB. RGB value is (225,18,203). Sum of RGB (Red+Green+Blue) = 225+18+203=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E112CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E112CB is #1EED34. Grayscale: #646464. Windows color (decimal): -2026805 or 13308641. OLE color: 13308641.
HSL color Cylindrical-coordinate representation of color #E112CB: hue angle of 306.38º 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 #E112CB is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 203 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.12 |
| HSL | 306.38º | 0.85% | 0.48% | - |
| HSV(B) | 306.38º | 0.92% | 0.88% | - |
| XYZ | 42.05 | 20.75 | 58.29 | - |
| YUV | 100.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 203 | 0 | 0.92 | 0.10 | 0.12 | 306.38 | 0.85 | 0.48 |
| Hex | E1 | 12 | CB | 0 | 5C | A | C | 132 | 55 | 30 |
| Octal | 341 | 22 | 313 | 0 | 134 | 12 | 14 | 462 | 125 | 60 |
| Binary | 11100001 | 10010 | 11001011 | 0 | 1011100 | 1010 | 1100 | 100110010 | 1010101 | 110000 |
Color Harmonies of #E112CB
Complementary color
Monochromatic Colors of #E112CB
Black with #E112CB
Text Example
Text Example
White with #E112CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E112CB; }
p { color: rgb(225,18,203); }
H1.HeaderClassName
{
color: #E112CB;
}
.AnyTagClassName
{
color: #E112CB;
}
</style>
background-color css
<style>
a { background-color: #E112CB; }
a { background-color: rgb(225,18,203); }
div.DivClassName
{
background-color: #E112CB;
}
.BgClassName
{
background-color: #E112CB;
}
</style>
border-color css
<style>
span { border-color: #E112CB; }
span { border-color: rgb(225,18,203); }
td.TdClassName
{
border-color: #E112CB;
}
.TagClassName
{
border-color: #E112CB;
}
</style>