Shades of Deep Magenta #E018DD
Tints of Deep Magenta #E018DD
RGB
CMYK
RGB Variations
Color information
#E018DD (or 0xE018DD) is known color: Deep Magenta. HEX triplet: E0, 18 and DD. RGB value is (224,24,221). Sum of RGB (Red+Green+Blue) = 224+24+221=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E018DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018DD is #1FE722. Grayscale: #696969. Windows color (decimal): -2090787 or 14489824. OLE color: 14489824.
HSL color Cylindrical-coordinate representation of color #E018DD: hue angle of 300.9º 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 #E018DD is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 221 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.12 |
| HSL | 300.9º | 0.81% | 0.49% | - |
| HSV(B) | 300.9º | 0.89% | 0.88% | - |
| XYZ | 44.12 | 21.72 | 70.27 | - |
| YUV | 106.26 | 192.76 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 221 | 0 | 0.89 | 0.01 | 0.12 | 300.9 | 0.81 | 0.49 |
| Hex | E0 | 18 | DD | 0 | 59 | 1 | C | 12D | 51 | 31 |
| Octal | 340 | 30 | 335 | 0 | 131 | 1 | 14 | 455 | 121 | 61 |
| Binary | 11100000 | 11000 | 11011101 | 0 | 1011001 | 1 | 1100 | 100101101 | 1010001 | 110001 |
Color Harmonies of #E018DD
Complementary color
Monochromatic Colors of #E018DD
Black with #E018DD
Text Example
Text Example
White with #E018DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018DD; }
p { color: rgb(224,24,221); }
H1.HeaderClassName
{
color: #E018DD;
}
.AnyTagClassName
{
color: #E018DD;
}
</style>
background-color css
<style>
a { background-color: #E018DD; }
a { background-color: rgb(224,24,221); }
div.DivClassName
{
background-color: #E018DD;
}
.BgClassName
{
background-color: #E018DD;
}
</style>
border-color css
<style>
span { border-color: #E018DD; }
span { border-color: rgb(224,24,221); }
td.TdClassName
{
border-color: #E018DD;
}
.TagClassName
{
border-color: #E018DD;
}
</style>