Shades of Deep Magenta #E111C7
Tints of Deep Magenta #E111C7
RGB
CMYK
RGB Variations
Color information
#E111C7 (or 0xE111C7) is known color: Deep Magenta. HEX triplet: E1, 11 and C7. RGB value is (225,17,199). Sum of RGB (Red+Green+Blue) = 225+17+199=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E111C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E111C7 is #1EEE38. Grayscale: #636363. Windows color (decimal): -2027065 or 13046241. OLE color: 13046241.
HSL color Cylindrical-coordinate representation of color #E111C7: hue angle of 307.5º 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 #E111C7 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 199 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.12 |
| HSL | 307.5º | 0.86% | 0.47% | - |
| HSV(B) | 307.5º | 0.92% | 0.88% | - |
| XYZ | 41.56 | 20.53 | 55.81 | - |
| YUV | 99.94 | 183.91 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 199 | 0 | 0.92 | 0.12 | 0.12 | 307.5 | 0.86 | 0.47 |
| Hex | E1 | 11 | C7 | 0 | 5C | C | C | 134 | 56 | 2F |
| Octal | 341 | 21 | 307 | 0 | 134 | 14 | 14 | 464 | 126 | 57 |
| Binary | 11100001 | 10001 | 11000111 | 0 | 1011100 | 1100 | 1100 | 100110100 | 1010110 | 101111 |
Color Harmonies of #E111C7
Complementary color
Monochromatic Colors of #E111C7
Black with #E111C7
Text Example
Text Example
White with #E111C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E111C7; }
p { color: rgb(225,17,199); }
H1.HeaderClassName
{
color: #E111C7;
}
.AnyTagClassName
{
color: #E111C7;
}
</style>
background-color css
<style>
a { background-color: #E111C7; }
a { background-color: rgb(225,17,199); }
div.DivClassName
{
background-color: #E111C7;
}
.BgClassName
{
background-color: #E111C7;
}
</style>
border-color css
<style>
span { border-color: #E111C7; }
span { border-color: rgb(225,17,199); }
td.TdClassName
{
border-color: #E111C7;
}
.TagClassName
{
border-color: #E111C7;
}
</style>