Shades of Deep Magenta #E016DD
Tints of Deep Magenta #E016DD
RGB
CMYK
RGB Variations
Color information
#E016DD (or 0xE016DD) is known color: Deep Magenta. HEX triplet: E0, 16 and DD. RGB value is (224,22,221). Sum of RGB (Red+Green+Blue) = 224+22+221=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E016DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016DD is #1FE922. Grayscale: #686868. Windows color (decimal): -2091299 or 14489312. OLE color: 14489312.
HSL color Cylindrical-coordinate representation of color #E016DD: hue angle of 300.89º degrees, saturation: 0.82, 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 #E016DD is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 221 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.12 |
| HSL | 300.89º | 0.82% | 0.48% | - |
| HSV(B) | 300.89º | 0.9% | 0.88% | - |
| XYZ | 44.08 | 21.64 | 70.26 | - |
| YUV | 105.08 | 193.42 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 221 | 0 | 0.90 | 0.01 | 0.12 | 300.89 | 0.82 | 0.48 |
| Hex | E0 | 16 | DD | 0 | 5A | 1 | C | 12D | 52 | 30 |
| Octal | 340 | 26 | 335 | 0 | 132 | 1 | 14 | 455 | 122 | 60 |
| Binary | 11100000 | 10110 | 11011101 | 0 | 1011010 | 1 | 1100 | 100101101 | 1010010 | 110000 |
Color Harmonies of #E016DD
Complementary color
Monochromatic Colors of #E016DD
Black with #E016DD
Text Example
Text Example
White with #E016DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016DD; }
p { color: rgb(224,22,221); }
H1.HeaderClassName
{
color: #E016DD;
}
.AnyTagClassName
{
color: #E016DD;
}
</style>
background-color css
<style>
a { background-color: #E016DD; }
a { background-color: rgb(224,22,221); }
div.DivClassName
{
background-color: #E016DD;
}
.BgClassName
{
background-color: #E016DD;
}
</style>
border-color css
<style>
span { border-color: #E016DD; }
span { border-color: rgb(224,22,221); }
td.TdClassName
{
border-color: #E016DD;
}
.TagClassName
{
border-color: #E016DD;
}
</style>