Shades of Deep Magenta #E111CD
Tints of Deep Magenta #E111CD
RGB
CMYK
RGB Variations
Color information
#E111CD (or 0xE111CD) is known color: Deep Magenta. HEX triplet: E1, 11 and CD. RGB value is (225,17,205). Sum of RGB (Red+Green+Blue) = 225+17+205=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E111CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111CD is #1EEE32. Grayscale: #646464. Windows color (decimal): -2027059 or 13439457. OLE color: 13439457.
HSL color Cylindrical-coordinate representation of color #E111CD: hue angle of 305.77º 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 #E111CD is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 205 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.12 |
| HSL | 305.77º | 0.86% | 0.47% | - |
| HSV(B) | 305.77º | 0.92% | 0.88% | - |
| XYZ | 42.27 | 20.82 | 59.55 | - |
| YUV | 100.62 | 186.91 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 205 | 0 | 0.92 | 0.09 | 0.12 | 305.77 | 0.86 | 0.47 |
| Hex | E1 | 11 | CD | 0 | 5C | 9 | C | 132 | 56 | 2F |
| Octal | 341 | 21 | 315 | 0 | 134 | 11 | 14 | 462 | 126 | 57 |
| Binary | 11100001 | 10001 | 11001101 | 0 | 1011100 | 1001 | 1100 | 100110010 | 1010110 | 101111 |
Color Harmonies of #E111CD
Complementary color
Monochromatic Colors of #E111CD
Black with #E111CD
Text Example
Text Example
White with #E111CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E111CD; }
p { color: rgb(225,17,205); }
H1.HeaderClassName
{
color: #E111CD;
}
.AnyTagClassName
{
color: #E111CD;
}
</style>
background-color css
<style>
a { background-color: #E111CD; }
a { background-color: rgb(225,17,205); }
div.DivClassName
{
background-color: #E111CD;
}
.BgClassName
{
background-color: #E111CD;
}
</style>
border-color css
<style>
span { border-color: #E111CD; }
span { border-color: rgb(225,17,205); }
td.TdClassName
{
border-color: #E111CD;
}
.TagClassName
{
border-color: #E111CD;
}
</style>