Shades of Deep Magenta #E10AD1
Tints of Deep Magenta #E10AD1
RGB
CMYK
RGB Variations
Color information
#E10AD1 (or 0xE10AD1) is known color: Deep Magenta. HEX triplet: E1, 0A and D1. RGB value is (225,10,209). Sum of RGB (Red+Green+Blue) = 225+10+209=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AD1 is #1EF52E. Grayscale: #606060. Windows color (decimal): -2028847 or 13699809. OLE color: 13699809.
HSL color Cylindrical-coordinate representation of color #E10AD1: hue angle of 304.47º 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 #E10AD1 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 209 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.12 |
| HSL | 304.47º | 0.91% | 0.46% | - |
| HSV(B) | 304.47º | 0.96% | 0.88% | - |
| XYZ | 42.67 | 20.83 | 62.09 | - |
| YUV | 96.97 | 191.23 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 209 | 0 | 0.96 | 0.07 | 0.12 | 304.47 | 0.91 | 0.46 |
| Hex | E1 | A | D1 | 0 | 60 | 7 | C | 130 | 5B | 2E |
| Octal | 341 | 12 | 321 | 0 | 140 | 7 | 14 | 460 | 133 | 56 |
| Binary | 11100001 | 1010 | 11010001 | 0 | 1100000 | 111 | 1100 | 100110000 | 1011011 | 101110 |
Color Harmonies of #E10AD1
Complementary color
Monochromatic Colors of #E10AD1
Black with #E10AD1
Text Example
Text Example
White with #E10AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AD1; }
p { color: rgb(225,10,209); }
H1.HeaderClassName
{
color: #E10AD1;
}
.AnyTagClassName
{
color: #E10AD1;
}
</style>
background-color css
<style>
a { background-color: #E10AD1; }
a { background-color: rgb(225,10,209); }
div.DivClassName
{
background-color: #E10AD1;
}
.BgClassName
{
background-color: #E10AD1;
}
</style>
border-color css
<style>
span { border-color: #E10AD1; }
span { border-color: rgb(225,10,209); }
td.TdClassName
{
border-color: #E10AD1;
}
.TagClassName
{
border-color: #E10AD1;
}
</style>