Shades of Deep Magenta #E010DF
Tints of Deep Magenta #E010DF
RGB
CMYK
RGB Variations
Color information
#E010DF (or 0xE010DF) is known color: Deep Magenta. HEX triplet: E0, 10 and DF. RGB value is (224,16,223). Sum of RGB (Red+Green+Blue) = 224+16+223=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E010DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010DF is #1FEF20. Grayscale: #656565. Windows color (decimal): -2092833 or 14618848. OLE color: 14618848.
HSL color Cylindrical-coordinate representation of color #E010DF: hue angle of 300.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010DF is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.12 |
| HSL | 300.29º | 0.87% | 0.47% | - |
| HSV(B) | 300.29º | 0.93% | 0.88% | - |
| XYZ | 44.25 | 21.55 | 71.64 | - |
| YUV | 101.79 | 196.41 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 223 | 0 | 0.93 | 0.00 | 0.12 | 300.29 | 0.87 | 0.47 |
| Hex | E0 | 10 | DF | 0 | 5D | 0 | C | 12C | 57 | 2F |
| Octal | 340 | 20 | 337 | 0 | 135 | 0 | 14 | 454 | 127 | 57 |
| Binary | 11100000 | 10000 | 11011111 | 0 | 1011101 | 0 | 1100 | 100101100 | 1010111 | 101111 |
Color Harmonies of #E010DF
Complementary color
Monochromatic Colors of #E010DF
Black with #E010DF
Text Example
Text Example
White with #E010DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010DF; }
p { color: rgb(224,16,223); }
H1.HeaderClassName
{
color: #E010DF;
}
.AnyTagClassName
{
color: #E010DF;
}
</style>
background-color css
<style>
a { background-color: #E010DF; }
a { background-color: rgb(224,16,223); }
div.DivClassName
{
background-color: #E010DF;
}
.BgClassName
{
background-color: #E010DF;
}
</style>
border-color css
<style>
span { border-color: #E010DF; }
span { border-color: rgb(224,16,223); }
td.TdClassName
{
border-color: #E010DF;
}
.TagClassName
{
border-color: #E010DF;
}
</style>