Shades of Deep Magenta #E017DD
Tints of Deep Magenta #E017DD
RGB
CMYK
RGB Variations
Color information
#E017DD (or 0xE017DD) is known color: Deep Magenta. HEX triplet: E0, 17 and DD. RGB value is (224,23,221). Sum of RGB (Red+Green+Blue) = 224+23+221=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E017DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E017DD is #1FE822. Grayscale: #696969. Windows color (decimal): -2091043 or 14489568. OLE color: 14489568.
HSL color Cylindrical-coordinate representation of color #E017DD: hue angle of 300.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E017DD is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 23 | 221 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.12 |
| HSL | 300.9º | 0.81% | 0.48% | - |
| HSV(B) | 300.9º | 0.9% | 0.88% | - |
| XYZ | 44.1 | 21.68 | 70.27 | - |
| YUV | 105.67 | 193.09 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 23 | 221 | 0 | 0.90 | 0.01 | 0.12 | 300.9 | 0.81 | 0.48 |
| Hex | E0 | 17 | DD | 0 | 5A | 1 | C | 12D | 51 | 30 |
| Octal | 340 | 27 | 335 | 0 | 132 | 1 | 14 | 455 | 121 | 60 |
| Binary | 11100000 | 10111 | 11011101 | 0 | 1011010 | 1 | 1100 | 100101101 | 1010001 | 110000 |
Color Harmonies of #E017DD
Complementary color
Monochromatic Colors of #E017DD
Black with #E017DD
Text Example
Text Example
White with #E017DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E017DD; }
p { color: rgb(224,23,221); }
H1.HeaderClassName
{
color: #E017DD;
}
.AnyTagClassName
{
color: #E017DD;
}
</style>
background-color css
<style>
a { background-color: #E017DD; }
a { background-color: rgb(224,23,221); }
div.DivClassName
{
background-color: #E017DD;
}
.BgClassName
{
background-color: #E017DD;
}
</style>
border-color css
<style>
span { border-color: #E017DD; }
span { border-color: rgb(224,23,221); }
td.TdClassName
{
border-color: #E017DD;
}
.TagClassName
{
border-color: #E017DD;
}
</style>