Shades of Deep Magenta #E117DD
Tints of Deep Magenta #E117DD
RGB
CMYK
RGB Variations
Color information
#E117DD (or 0xE117DD) is known color: Deep Magenta. HEX triplet: E1, 17 and DD. RGB value is (225,23,221). Sum of RGB (Red+Green+Blue) = 225+23+221=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E117DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E117DD is #1EE822. Grayscale: #696969. Windows color (decimal): -2025507 or 14489569. OLE color: 14489569.
HSL color Cylindrical-coordinate representation of color #E117DD: 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.9%. Process color model (Four color, CMYK) of #E117DD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 23 | 221 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.12 |
| HSL | 301.19º | 0.81% | 0.49% | - |
| HSV(B) | 301.19º | 0.9% | 0.88% | - |
| XYZ | 44.41 | 21.84 | 70.28 | - |
| YUV | 105.97 | 192.92 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 23 | 221 | 0 | 0.90 | 0.02 | 0.12 | 301.19 | 0.81 | 0.49 |
| Hex | E1 | 17 | DD | 0 | 5A | 2 | C | 12D | 51 | 31 |
| Octal | 341 | 27 | 335 | 0 | 132 | 2 | 14 | 455 | 121 | 61 |
| Binary | 11100001 | 10111 | 11011101 | 0 | 1011010 | 10 | 1100 | 100101101 | 1010001 | 110001 |
Color Harmonies of #E117DD
Complementary color
Monochromatic Colors of #E117DD
Black with #E117DD
Text Example
Text Example
White with #E117DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E117DD; }
p { color: rgb(225,23,221); }
H1.HeaderClassName
{
color: #E117DD;
}
.AnyTagClassName
{
color: #E117DD;
}
</style>
background-color css
<style>
a { background-color: #E117DD; }
a { background-color: rgb(225,23,221); }
div.DivClassName
{
background-color: #E117DD;
}
.BgClassName
{
background-color: #E117DD;
}
</style>
border-color css
<style>
span { border-color: #E117DD; }
span { border-color: rgb(225,23,221); }
td.TdClassName
{
border-color: #E117DD;
}
.TagClassName
{
border-color: #E117DD;
}
</style>