Shades of Deep Magenta #E118DD
Tints of Deep Magenta #E118DD
RGB
CMYK
RGB Variations
Color information
#E118DD (or 0xE118DD) is known color: Deep Magenta. HEX triplet: E1, 18 and DD. RGB value is (225,24,221). Sum of RGB (Red+Green+Blue) = 225+24+221=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E118DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E118DD is #1EE722. Grayscale: #696969. Windows color (decimal): -2025251 or 14489825. OLE color: 14489825.
HSL color Cylindrical-coordinate representation of color #E118DD: hue angle of 301.19º 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 #E118DD is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 24 | 221 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.12 |
| HSL | 301.19º | 0.81% | 0.49% | - |
| HSV(B) | 301.19º | 0.89% | 0.88% | - |
| XYZ | 44.43 | 21.88 | 70.29 | - |
| YUV | 106.56 | 192.59 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 24 | 221 | 0 | 0.89 | 0.02 | 0.12 | 301.19 | 0.81 | 0.49 |
| Hex | E1 | 18 | DD | 0 | 59 | 2 | C | 12D | 51 | 31 |
| Octal | 341 | 30 | 335 | 0 | 131 | 2 | 14 | 455 | 121 | 61 |
| Binary | 11100001 | 11000 | 11011101 | 0 | 1011001 | 10 | 1100 | 100101101 | 1010001 | 110001 |
Color Harmonies of #E118DD
Complementary color
Monochromatic Colors of #E118DD
Black with #E118DD
Text Example
Text Example
White with #E118DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E118DD; }
p { color: rgb(225,24,221); }
H1.HeaderClassName
{
color: #E118DD;
}
.AnyTagClassName
{
color: #E118DD;
}
</style>
background-color css
<style>
a { background-color: #E118DD; }
a { background-color: rgb(225,24,221); }
div.DivClassName
{
background-color: #E118DD;
}
.BgClassName
{
background-color: #E118DD;
}
</style>
border-color css
<style>
span { border-color: #E118DD; }
span { border-color: rgb(225,24,221); }
td.TdClassName
{
border-color: #E118DD;
}
.TagClassName
{
border-color: #E118DD;
}
</style>