Shades of Deep Magenta #E10DD9
Tints of Deep Magenta #E10DD9
RGB
CMYK
RGB Variations
Color information
#E10DD9 (or 0xE10DD9) is known color: Deep Magenta. HEX triplet: E1, 0D and D9. RGB value is (225,13,217). Sum of RGB (Red+Green+Blue) = 225+13+217=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 13 (5.47% from 255 or 2.86% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DD9 is #1EF226. Grayscale: #636363. Windows color (decimal): -2028071 or 14224865. OLE color: 14224865.
HSL color Cylindrical-coordinate representation of color #E10DD9: hue angle of 302.26º 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 #E10DD9 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 217 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.12 |
| HSL | 302.26º | 0.89% | 0.47% | - |
| HSV(B) | 302.26º | 0.94% | 0.88% | - |
| XYZ | 43.72 | 21.31 | 67.45 | - |
| YUV | 99.64 | 194.24 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 217 | 0 | 0.94 | 0.04 | 0.12 | 302.26 | 0.89 | 0.47 |
| Hex | E1 | D | D9 | 0 | 5E | 4 | C | 12E | 59 | 2F |
| Octal | 341 | 15 | 331 | 0 | 136 | 4 | 14 | 456 | 131 | 57 |
| Binary | 11100001 | 1101 | 11011001 | 0 | 1011110 | 100 | 1100 | 100101110 | 1011001 | 101111 |
Color Harmonies of #E10DD9
Complementary color
Monochromatic Colors of #E10DD9
Black with #E10DD9
Text Example
Text Example
White with #E10DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DD9; }
p { color: rgb(225,13,217); }
H1.HeaderClassName
{
color: #E10DD9;
}
.AnyTagClassName
{
color: #E10DD9;
}
</style>
background-color css
<style>
a { background-color: #E10DD9; }
a { background-color: rgb(225,13,217); }
div.DivClassName
{
background-color: #E10DD9;
}
.BgClassName
{
background-color: #E10DD9;
}
</style>
border-color css
<style>
span { border-color: #E10DD9; }
span { border-color: rgb(225,13,217); }
td.TdClassName
{
border-color: #E10DD9;
}
.TagClassName
{
border-color: #E10DD9;
}
</style>