Shades of Deep Magenta #E10FD5
Tints of Deep Magenta #E10FD5
RGB
CMYK
RGB Variations
Color information
#E10FD5 (or 0xE10FD5) is known color: Deep Magenta. HEX triplet: E1, 0F and D5. RGB value is (225,15,213). Sum of RGB (Red+Green+Blue) = 225+15+213=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E10FD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10FD5 is #1EF02A. Grayscale: #636363. Windows color (decimal): -2027563 or 13963233. OLE color: 13963233.
HSL color Cylindrical-coordinate representation of color #E10FD5: hue angle of 303.43º 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 #E10FD5 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 15 | 213 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.12 |
| HSL | 303.43º | 0.88% | 0.47% | - |
| HSV(B) | 303.43º | 0.93% | 0.88% | - |
| XYZ | 43.23 | 21.15 | 64.76 | - |
| YUV | 100.36 | 191.57 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 213 | 0 | 0.93 | 0.05 | 0.12 | 303.43 | 0.88 | 0.47 |
| Hex | E1 | F | D5 | 0 | 5D | 5 | C | 12F | 58 | 2F |
| Octal | 341 | 17 | 325 | 0 | 135 | 5 | 14 | 457 | 130 | 57 |
| Binary | 11100001 | 1111 | 11010101 | 0 | 1011101 | 101 | 1100 | 100101111 | 1011000 | 101111 |
Color Harmonies of #E10FD5
Complementary color
Monochromatic Colors of #E10FD5
Black with #E10FD5
Text Example
Text Example
White with #E10FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FD5; }
p { color: rgb(225,15,213); }
H1.HeaderClassName
{
color: #E10FD5;
}
.AnyTagClassName
{
color: #E10FD5;
}
</style>
background-color css
<style>
a { background-color: #E10FD5; }
a { background-color: rgb(225,15,213); }
div.DivClassName
{
background-color: #E10FD5;
}
.BgClassName
{
background-color: #E10FD5;
}
</style>
border-color css
<style>
span { border-color: #E10FD5; }
span { border-color: rgb(225,15,213); }
td.TdClassName
{
border-color: #E10FD5;
}
.TagClassName
{
border-color: #E10FD5;
}
</style>