Shades of Deep Magenta #E110CB
Tints of Deep Magenta #E110CB
RGB
CMYK
RGB Variations
Color information
#E110CB (or 0xE110CB) is known color: Deep Magenta. HEX triplet: E1, 10 and CB. RGB value is (225,16,203). Sum of RGB (Red+Green+Blue) = 225+16+203=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E110CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110CB is #1EEF34. Grayscale: #636363. Windows color (decimal): -2027317 or 13308129. OLE color: 13308129.
HSL color Cylindrical-coordinate representation of color #E110CB: hue angle of 306.32º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110CB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 203 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.12 |
| HSL | 306.32º | 0.87% | 0.47% | - |
| HSV(B) | 306.32º | 0.93% | 0.88% | - |
| XYZ | 42.02 | 20.69 | 58.28 | - |
| YUV | 99.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 203 | 0 | 0.93 | 0.10 | 0.12 | 306.32 | 0.87 | 0.47 |
| Hex | E1 | 10 | CB | 0 | 5D | A | C | 132 | 57 | 2F |
| Octal | 341 | 20 | 313 | 0 | 135 | 12 | 14 | 462 | 127 | 57 |
| Binary | 11100001 | 10000 | 11001011 | 0 | 1011101 | 1010 | 1100 | 100110010 | 1010111 | 101111 |
Color Harmonies of #E110CB
Complementary color
Monochromatic Colors of #E110CB
Black with #E110CB
Text Example
Text Example
White with #E110CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E110CB; }
p { color: rgb(225,16,203); }
H1.HeaderClassName
{
color: #E110CB;
}
.AnyTagClassName
{
color: #E110CB;
}
</style>
background-color css
<style>
a { background-color: #E110CB; }
a { background-color: rgb(225,16,203); }
div.DivClassName
{
background-color: #E110CB;
}
.BgClassName
{
background-color: #E110CB;
}
</style>
border-color css
<style>
span { border-color: #E110CB; }
span { border-color: rgb(225,16,203); }
td.TdClassName
{
border-color: #E110CB;
}
.TagClassName
{
border-color: #E110CB;
}
</style>