Shades of Deep Magenta #E10DC8
Tints of Deep Magenta #E10DC8
RGB
CMYK
RGB Variations
Color information
#E10DC8 (or 0xE10DC8) is known color: Deep Magenta. HEX triplet: E1, 0D and C8. RGB value is (225,13,200). Sum of RGB (Red+Green+Blue) = 225+13+200=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DC8 is #1EF237. Grayscale: #616161. Windows color (decimal): -2028088 or 13110753. OLE color: 13110753.
HSL color Cylindrical-coordinate representation of color #E10DC8: hue angle of 307.08º 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 #E10DC8 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 13 | 200 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.12 |
| HSL | 307.08º | 0.89% | 0.47% | - |
| HSV(B) | 307.08º | 0.94% | 0.88% | - |
| XYZ | 41.62 | 20.47 | 56.4 | - |
| YUV | 97.71 | 185.74 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 13 | 200 | 0 | 0.94 | 0.11 | 0.12 | 307.08 | 0.89 | 0.47 |
| Hex | E1 | D | C8 | 0 | 5E | B | C | 133 | 59 | 2F |
| Octal | 341 | 15 | 310 | 0 | 136 | 13 | 14 | 463 | 131 | 57 |
| Binary | 11100001 | 1101 | 11001000 | 0 | 1011110 | 1011 | 1100 | 100110011 | 1011001 | 101111 |
Color Harmonies of #E10DC8
Complementary color
Monochromatic Colors of #E10DC8
Black with #E10DC8
Text Example
Text Example
White with #E10DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10DC8; }
p { color: rgb(225,13,200); }
H1.HeaderClassName
{
color: #E10DC8;
}
.AnyTagClassName
{
color: #E10DC8;
}
</style>
background-color css
<style>
a { background-color: #E10DC8; }
a { background-color: rgb(225,13,200); }
div.DivClassName
{
background-color: #E10DC8;
}
.BgClassName
{
background-color: #E10DC8;
}
</style>
border-color css
<style>
span { border-color: #E10DC8; }
span { border-color: rgb(225,13,200); }
td.TdClassName
{
border-color: #E10DC8;
}
.TagClassName
{
border-color: #E10DC8;
}
</style>