Shades of Deep Magenta #E018D8
Tints of Deep Magenta #E018D8
RGB
CMYK
RGB Variations
Color information
#E018D8 (or 0xE018D8) is known color: Deep Magenta. HEX triplet: E0, 18 and D8. RGB value is (224,24,216). Sum of RGB (Red+Green+Blue) = 224+24+216=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E018D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E018D8 is #1FE727. Grayscale: #696969. Windows color (decimal): -2090792 or 14162144. OLE color: 14162144.
HSL color Cylindrical-coordinate representation of color #E018D8: hue angle of 302.4º 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 #E018D8 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 24 | 216 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.12 |
| HSL | 302.4º | 0.81% | 0.49% | - |
| HSV(B) | 302.4º | 0.89% | 0.88% | - |
| XYZ | 43.46 | 21.46 | 66.82 | - |
| YUV | 105.69 | 190.26 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 24 | 216 | 0 | 0.89 | 0.04 | 0.12 | 302.4 | 0.81 | 0.49 |
| Hex | E0 | 18 | D8 | 0 | 59 | 4 | C | 12E | 51 | 31 |
| Octal | 340 | 30 | 330 | 0 | 131 | 4 | 14 | 456 | 121 | 61 |
| Binary | 11100000 | 11000 | 11011000 | 0 | 1011001 | 100 | 1100 | 100101110 | 1010001 | 110001 |
Color Harmonies of #E018D8
Complementary color
Monochromatic Colors of #E018D8
Black with #E018D8
Text Example
Text Example
White with #E018D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E018D8; }
p { color: rgb(224,24,216); }
H1.HeaderClassName
{
color: #E018D8;
}
.AnyTagClassName
{
color: #E018D8;
}
</style>
background-color css
<style>
a { background-color: #E018D8; }
a { background-color: rgb(224,24,216); }
div.DivClassName
{
background-color: #E018D8;
}
.BgClassName
{
background-color: #E018D8;
}
</style>
border-color css
<style>
span { border-color: #E018D8; }
span { border-color: rgb(224,24,216); }
td.TdClassName
{
border-color: #E018D8;
}
.TagClassName
{
border-color: #E018D8;
}
</style>