Shades of Deep Magenta #E010DA
Tints of Deep Magenta #E010DA
RGB
CMYK
RGB Variations
Color information
#E010DA (or 0xE010DA) is known color: Deep Magenta. HEX triplet: E0, 10 and DA. RGB value is (224,16,218). Sum of RGB (Red+Green+Blue) = 224+16+218=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E010DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E010DA is #1FEF25. Grayscale: #646464. Windows color (decimal): -2092838 or 14291168. OLE color: 14291168.
HSL color Cylindrical-coordinate representation of color #E010DA: hue angle of 301.73º 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 #E010DA is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 218 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.12 |
| HSL | 301.73º | 0.87% | 0.47% | - |
| HSV(B) | 301.73º | 0.93% | 0.88% | - |
| XYZ | 43.58 | 21.28 | 68.14 | - |
| YUV | 101.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 218 | 0 | 0.93 | 0.03 | 0.12 | 301.73 | 0.87 | 0.47 |
| Hex | E0 | 10 | DA | 0 | 5D | 3 | C | 12E | 57 | 2F |
| Octal | 340 | 20 | 332 | 0 | 135 | 3 | 14 | 456 | 127 | 57 |
| Binary | 11100000 | 10000 | 11011010 | 0 | 1011101 | 11 | 1100 | 100101110 | 1010111 | 101111 |
Color Harmonies of #E010DA
Complementary color
Monochromatic Colors of #E010DA
Black with #E010DA
Text Example
Text Example
White with #E010DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010DA; }
p { color: rgb(224,16,218); }
H1.HeaderClassName
{
color: #E010DA;
}
.AnyTagClassName
{
color: #E010DA;
}
</style>
background-color css
<style>
a { background-color: #E010DA; }
a { background-color: rgb(224,16,218); }
div.DivClassName
{
background-color: #E010DA;
}
.BgClassName
{
background-color: #E010DA;
}
</style>
border-color css
<style>
span { border-color: #E010DA; }
span { border-color: rgb(224,16,218); }
td.TdClassName
{
border-color: #E010DA;
}
.TagClassName
{
border-color: #E010DA;
}
</style>