Shades of Deep Magenta #E118D8
Tints of Deep Magenta #E118D8
RGB
CMYK
RGB Variations
Color information
#E118D8 (or 0xE118D8) is known color: Deep Magenta. HEX triplet: E1, 18 and D8. RGB value is (225,24,216). Sum of RGB (Red+Green+Blue) = 225+24+216=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E118D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118D8 is #1EE727. Grayscale: #696969. Windows color (decimal): -2025256 or 14162145. OLE color: 14162145.
HSL color Cylindrical-coordinate representation of color #E118D8: hue angle of 302.69º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E118D8 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 216 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.12 |
| HSL | 302.69º | 0.81% | 0.49% | - |
| HSV(B) | 302.69º | 0.89% | 0.88% | - |
| XYZ | 43.77 | 21.62 | 66.83 | - |
| YUV | 105.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 216 | 0 | 0.89 | 0.04 | 0.12 | 302.69 | 0.81 | 0.49 |
| Hex | E1 | 18 | D8 | 0 | 59 | 4 | C | 12F | 51 | 31 |
| Octal | 341 | 30 | 330 | 0 | 131 | 4 | 14 | 457 | 121 | 61 |
| Binary | 11100001 | 11000 | 11011000 | 0 | 1011001 | 100 | 1100 | 100101111 | 1010001 | 110001 |
Color Harmonies of #E118D8
Complementary color
Monochromatic Colors of #E118D8
Black with #E118D8
Text Example
Text Example
White with #E118D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118D8; }
p { color: rgb(225,24,216); }
H1.HeaderClassName
{
color: #E118D8;
}
.AnyTagClassName
{
color: #E118D8;
}
</style>
background-color css
<style>
a { background-color: #E118D8; }
a { background-color: rgb(225,24,216); }
div.DivClassName
{
background-color: #E118D8;
}
.BgClassName
{
background-color: #E118D8;
}
</style>
border-color css
<style>
span { border-color: #E118D8; }
span { border-color: rgb(225,24,216); }
td.TdClassName
{
border-color: #E118D8;
}
.TagClassName
{
border-color: #E118D8;
}
</style>