Shades of Deep Magenta #E10AD0
Tints of Deep Magenta #E10AD0
RGB
CMYK
RGB Variations
Color information
#E10AD0 (or 0xE10AD0) is known color: Deep Magenta. HEX triplet: E1, 0A and D0. RGB value is (225,10,208). Sum of RGB (Red+Green+Blue) = 225+10+208=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AD0 is #1EF52F. Grayscale: #606060. Windows color (decimal): -2028848 or 13634273. OLE color: 13634273.
HSL color Cylindrical-coordinate representation of color #E10AD0: hue angle of 304.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10AD0 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 208 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.12 |
| HSL | 304.74º | 0.91% | 0.46% | - |
| HSV(B) | 304.74º | 0.96% | 0.88% | - |
| XYZ | 42.55 | 20.78 | 61.44 | - |
| YUV | 96.86 | 190.73 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 208 | 0 | 0.96 | 0.08 | 0.12 | 304.74 | 0.91 | 0.46 |
| Hex | E1 | A | D0 | 0 | 60 | 8 | C | 131 | 5B | 2E |
| Octal | 341 | 12 | 320 | 0 | 140 | 10 | 14 | 461 | 133 | 56 |
| Binary | 11100001 | 1010 | 11010000 | 0 | 1100000 | 1000 | 1100 | 100110001 | 1011011 | 101110 |
Color Harmonies of #E10AD0
Complementary color
Monochromatic Colors of #E10AD0
Black with #E10AD0
Text Example
Text Example
White with #E10AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AD0; }
p { color: rgb(225,10,208); }
H1.HeaderClassName
{
color: #E10AD0;
}
.AnyTagClassName
{
color: #E10AD0;
}
</style>
background-color css
<style>
a { background-color: #E10AD0; }
a { background-color: rgb(225,10,208); }
div.DivClassName
{
background-color: #E10AD0;
}
.BgClassName
{
background-color: #E10AD0;
}
</style>
border-color css
<style>
span { border-color: #E10AD0; }
span { border-color: rgb(225,10,208); }
td.TdClassName
{
border-color: #E10AD0;
}
.TagClassName
{
border-color: #E10AD0;
}
</style>