Shades of Deep Magenta #E111D8
Tints of Deep Magenta #E111D8
RGB
CMYK
RGB Variations
Color information
#E111D8 (or 0xE111D8) is known color: Deep Magenta. HEX triplet: E1, 11 and D8. RGB value is (225,17,216). Sum of RGB (Red+Green+Blue) = 225+17+216=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E111D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111D8 is #1EEE27. Grayscale: #656565. Windows color (decimal): -2027048 or 14160353. OLE color: 14160353.
HSL color Cylindrical-coordinate representation of color #E111D8: hue angle of 302.6º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E111D8 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 216 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.12 |
| HSL | 302.6º | 0.86% | 0.47% | - |
| HSV(B) | 302.6º | 0.92% | 0.88% | - |
| XYZ | 43.65 | 21.37 | 66.79 | - |
| YUV | 101.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 216 | 0 | 0.92 | 0.04 | 0.12 | 302.6 | 0.86 | 0.47 |
| Hex | E1 | 11 | D8 | 0 | 5C | 4 | C | 12F | 56 | 2F |
| Octal | 341 | 21 | 330 | 0 | 134 | 4 | 14 | 457 | 126 | 57 |
| Binary | 11100001 | 10001 | 11011000 | 0 | 1011100 | 100 | 1100 | 100101111 | 1010110 | 101111 |
Color Harmonies of #E111D8
Complementary color
Monochromatic Colors of #E111D8
Black with #E111D8
Text Example
Text Example
White with #E111D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E111D8; }
p { color: rgb(225,17,216); }
H1.HeaderClassName
{
color: #E111D8;
}
.AnyTagClassName
{
color: #E111D8;
}
</style>
background-color css
<style>
a { background-color: #E111D8; }
a { background-color: rgb(225,17,216); }
div.DivClassName
{
background-color: #E111D8;
}
.BgClassName
{
background-color: #E111D8;
}
</style>
border-color css
<style>
span { border-color: #E111D8; }
span { border-color: rgb(225,17,216); }
td.TdClassName
{
border-color: #E111D8;
}
.TagClassName
{
border-color: #E111D8;
}
</style>