Shades of Deep Magenta #E10FD7
Tints of Deep Magenta #E10FD7
RGB
CMYK
RGB Variations
Color information
#E10FD7 (or 0xE10FD7) is known color: Deep Magenta. HEX triplet: E1, 0F and D7. RGB value is (225,15,215). Sum of RGB (Red+Green+Blue) = 225+15+215=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FD7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FD7 is #1EF028. Grayscale: #646464. Windows color (decimal): -2027561 or 14094305. OLE color: 14094305.
HSL color Cylindrical-coordinate representation of color #E10FD7: hue angle of 302.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E10FD7 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 215 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.12 |
| HSL | 302.86º | 0.88% | 0.47% | - |
| HSV(B) | 302.86º | 0.93% | 0.88% | - |
| XYZ | 43.49 | 21.26 | 66.1 | - |
| YUV | 100.59 | 192.57 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 215 | 0 | 0.93 | 0.04 | 0.12 | 302.86 | 0.88 | 0.47 |
| Hex | E1 | F | D7 | 0 | 5D | 4 | C | 12F | 58 | 2F |
| Octal | 341 | 17 | 327 | 0 | 135 | 4 | 14 | 457 | 130 | 57 |
| Binary | 11100001 | 1111 | 11010111 | 0 | 1011101 | 100 | 1100 | 100101111 | 1011000 | 101111 |
Color Harmonies of #E10FD7
Complementary color
Monochromatic Colors of #E10FD7
Black with #E10FD7
Text Example
Text Example
White with #E10FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FD7; }
p { color: rgb(225,15,215); }
H1.HeaderClassName
{
color: #E10FD7;
}
.AnyTagClassName
{
color: #E10FD7;
}
</style>
background-color css
<style>
a { background-color: #E10FD7; }
a { background-color: rgb(225,15,215); }
div.DivClassName
{
background-color: #E10FD7;
}
.BgClassName
{
background-color: #E10FD7;
}
</style>
border-color css
<style>
span { border-color: #E10FD7; }
span { border-color: rgb(225,15,215); }
td.TdClassName
{
border-color: #E10FD7;
}
.TagClassName
{
border-color: #E10FD7;
}
</style>