Shades of Deep Magenta #E10DE1
Tints of Deep Magenta #E10DE1
RGB
CMYK
RGB Variations
Color information
#E10DE1 (or 0xE10DE1) is known color: Deep Magenta. HEX triplet: E1, 0D and E1. RGB value is (225,13,225). Sum of RGB (Red+Green+Blue) = 225+13+225=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E10DE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DE1 is #1EF21E. Grayscale: #636363. Windows color (decimal): -2028063 or 14749153. OLE color: 14749153.
HSL color Cylindrical-coordinate representation of color #E10DE1: hue angle of 300º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10DE1 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 225 | - |
| CMYK | 0 | 0.94 | 0 | 0.12 |
| HSL | 300º | 0.89% | 0.47% | - |
| HSV(B) | 300º | 0.94% | 0.88% | - |
| XYZ | 44.79 | 21.73 | 73.07 | - |
| YUV | 100.56 | 198.24 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 225 | 0 | 0.94 | 0 | 0.12 | 300 | 0.89 | 0.47 |
| Hex | E1 | D | E1 | 0 | 5E | 0 | C | 12C | 59 | 2F |
| Octal | 341 | 15 | 341 | 0 | 136 | 0 | 14 | 454 | 131 | 57 |
| Binary | 11100001 | 1101 | 11100001 | 0 | 1011110 | 0 | 1100 | 100101100 | 1011001 | 101111 |
Color Harmonies of #E10DE1
Complementary color
Monochromatic Colors of #E10DE1
Black with #E10DE1
Text Example
Text Example
White with #E10DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DE1; }
p { color: rgb(225,13,225); }
H1.HeaderClassName
{
color: #E10DE1;
}
.AnyTagClassName
{
color: #E10DE1;
}
</style>
background-color css
<style>
a { background-color: #E10DE1; }
a { background-color: rgb(225,13,225); }
div.DivClassName
{
background-color: #E10DE1;
}
.BgClassName
{
background-color: #E10DE1;
}
</style>
border-color css
<style>
span { border-color: #E10DE1; }
span { border-color: rgb(225,13,225); }
td.TdClassName
{
border-color: #E10DE1;
}
.TagClassName
{
border-color: #E10DE1;
}
</style>