Shades of Deep Magenta #E10ED7
Tints of Deep Magenta #E10ED7
RGB
CMYK
RGB Variations
Color information
#E10ED7 (or 0xE10ED7) is known color: Deep Magenta. HEX triplet: E1, 0E and D7. RGB value is (225,14,215). Sum of RGB (Red+Green+Blue) = 225+14+215=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ED7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ED7 is #1EF128. Grayscale: #636363. Windows color (decimal): -2027817 or 14094049. OLE color: 14094049.
HSL color Cylindrical-coordinate representation of color #E10ED7: hue angle of 302.84º degrees, saturation: 0.88, 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 #E10ED7 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 14 | 215 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.12 |
| HSL | 302.84º | 0.88% | 0.47% | - |
| HSV(B) | 302.84º | 0.94% | 0.88% | - |
| XYZ | 43.47 | 21.23 | 66.1 | - |
| YUV | 100 | 192.9 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 215 | 0 | 0.94 | 0.04 | 0.12 | 302.84 | 0.88 | 0.47 |
| Hex | E1 | E | D7 | 0 | 5E | 4 | C | 12F | 58 | 2F |
| Octal | 341 | 16 | 327 | 0 | 136 | 4 | 14 | 457 | 130 | 57 |
| Binary | 11100001 | 1110 | 11010111 | 0 | 1011110 | 100 | 1100 | 100101111 | 1011000 | 101111 |
Color Harmonies of #E10ED7
Complementary color
Monochromatic Colors of #E10ED7
Black with #E10ED7
Text Example
Text Example
White with #E10ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10ED7; }
p { color: rgb(225,14,215); }
H1.HeaderClassName
{
color: #E10ED7;
}
.AnyTagClassName
{
color: #E10ED7;
}
</style>
background-color css
<style>
a { background-color: #E10ED7; }
a { background-color: rgb(225,14,215); }
div.DivClassName
{
background-color: #E10ED7;
}
.BgClassName
{
background-color: #E10ED7;
}
</style>
border-color css
<style>
span { border-color: #E10ED7; }
span { border-color: rgb(225,14,215); }
td.TdClassName
{
border-color: #E10ED7;
}
.TagClassName
{
border-color: #E10ED7;
}
</style>