Shades of Deep Magenta #E016DF
Tints of Deep Magenta #E016DF
RGB
CMYK
RGB Variations
Color information
#E016DF (or 0xE016DF) is known color: Deep Magenta. HEX triplet: E0, 16 and DF. RGB value is (224,22,223). Sum of RGB (Red+Green+Blue) = 224+22+223=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E016DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E016DF is #1FE920. Grayscale: #686868. Windows color (decimal): -2091297 or 14620384. OLE color: 14620384.
HSL color Cylindrical-coordinate representation of color #E016DF: hue angle of 300.3º 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 #E016DF is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 223 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.12 |
| HSL | 300.3º | 0.82% | 0.48% | - |
| HSV(B) | 300.3º | 0.9% | 0.88% | - |
| XYZ | 44.35 | 21.75 | 71.67 | - |
| YUV | 105.31 | 194.42 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 223 | 0 | 0.90 | 0.00 | 0.12 | 300.3 | 0.82 | 0.48 |
| Hex | E0 | 16 | DF | 0 | 5A | 0 | C | 12C | 52 | 30 |
| Octal | 340 | 26 | 337 | 0 | 132 | 0 | 14 | 454 | 122 | 60 |
| Binary | 11100000 | 10110 | 11011111 | 0 | 1011010 | 0 | 1100 | 100101100 | 1010010 | 110000 |
Color Harmonies of #E016DF
Complementary color
Monochromatic Colors of #E016DF
Black with #E016DF
Text Example
Text Example
White with #E016DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016DF; }
p { color: rgb(224,22,223); }
H1.HeaderClassName
{
color: #E016DF;
}
.AnyTagClassName
{
color: #E016DF;
}
</style>
background-color css
<style>
a { background-color: #E016DF; }
a { background-color: rgb(224,22,223); }
div.DivClassName
{
background-color: #E016DF;
}
.BgClassName
{
background-color: #E016DF;
}
</style>
border-color css
<style>
span { border-color: #E016DF; }
span { border-color: rgb(224,22,223); }
td.TdClassName
{
border-color: #E016DF;
}
.TagClassName
{
border-color: #E016DF;
}
</style>