Shades of Deep Magenta #E113CB
Tints of Deep Magenta #E113CB
RGB
CMYK
RGB Variations
Color information
#E113CB (or 0xE113CB) is known color: Deep Magenta. HEX triplet: E1, 13 and CB. RGB value is (225,19,203). Sum of RGB (Red+Green+Blue) = 225+19+203=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E113CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E113CB is #1EEC34. Grayscale: #656565. Windows color (decimal): -2026549 or 13308897. OLE color: 13308897.
HSL color Cylindrical-coordinate representation of color #E113CB: hue angle of 306.41º degrees, saturation: 0.84, 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 #E113CB is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 203 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.12 |
| HSL | 306.41º | 0.84% | 0.48% | - |
| HSV(B) | 306.41º | 0.92% | 0.88% | - |
| XYZ | 42.06 | 20.79 | 58.29 | - |
| YUV | 101.57 | 185.25 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 203 | 0 | 0.92 | 0.10 | 0.12 | 306.41 | 0.84 | 0.48 |
| Hex | E1 | 13 | CB | 0 | 5C | A | C | 132 | 54 | 30 |
| Octal | 341 | 23 | 313 | 0 | 134 | 12 | 14 | 462 | 124 | 60 |
| Binary | 11100001 | 10011 | 11001011 | 0 | 1011100 | 1010 | 1100 | 100110010 | 1010100 | 110000 |
Color Harmonies of #E113CB
Complementary color
Monochromatic Colors of #E113CB
Black with #E113CB
Text Example
Text Example
White with #E113CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E113CB; }
p { color: rgb(225,19,203); }
H1.HeaderClassName
{
color: #E113CB;
}
.AnyTagClassName
{
color: #E113CB;
}
</style>
background-color css
<style>
a { background-color: #E113CB; }
a { background-color: rgb(225,19,203); }
div.DivClassName
{
background-color: #E113CB;
}
.BgClassName
{
background-color: #E113CB;
}
</style>
border-color css
<style>
span { border-color: #E113CB; }
span { border-color: rgb(225,19,203); }
td.TdClassName
{
border-color: #E113CB;
}
.TagClassName
{
border-color: #E113CB;
}
</style>