Shades of Deep Magenta #E10AD6
Tints of Deep Magenta #E10AD6
RGB
CMYK
RGB Variations
Color information
#E10AD6 (or 0xE10AD6) is known color: Deep Magenta. HEX triplet: E1, 0A and D6. RGB value is (225,10,214). Sum of RGB (Red+Green+Blue) = 225+10+214=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AD6 is #1EF529. Grayscale: #606060. Windows color (decimal): -2028842 or 14027489. OLE color: 14027489.
HSL color Cylindrical-coordinate representation of color #E10AD6: hue angle of 303.07º 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 #E10AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 214 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.12 |
| HSL | 303.07º | 0.91% | 0.46% | - |
| HSV(B) | 303.07º | 0.96% | 0.88% | - |
| XYZ | 43.3 | 21.08 | 65.41 | - |
| YUV | 97.54 | 193.73 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 214 | 0 | 0.96 | 0.05 | 0.12 | 303.07 | 0.91 | 0.46 |
| Hex | E1 | A | D6 | 0 | 60 | 5 | C | 12F | 5B | 2E |
| Octal | 341 | 12 | 326 | 0 | 140 | 5 | 14 | 457 | 133 | 56 |
| Binary | 11100001 | 1010 | 11010110 | 0 | 1100000 | 101 | 1100 | 100101111 | 1011011 | 101110 |
Color Harmonies of #E10AD6
Complementary color
Monochromatic Colors of #E10AD6
Black with #E10AD6
Text Example
Text Example
White with #E10AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AD6; }
p { color: rgb(225,10,214); }
H1.HeaderClassName
{
color: #E10AD6;
}
.AnyTagClassName
{
color: #E10AD6;
}
</style>
background-color css
<style>
a { background-color: #E10AD6; }
a { background-color: rgb(225,10,214); }
div.DivClassName
{
background-color: #E10AD6;
}
.BgClassName
{
background-color: #E10AD6;
}
</style>
border-color css
<style>
span { border-color: #E10AD6; }
span { border-color: rgb(225,10,214); }
td.TdClassName
{
border-color: #E10AD6;
}
.TagClassName
{
border-color: #E10AD6;
}
</style>