Shades of Deep Magenta #E50FD9
Tints of Deep Magenta #E50FD9
RGB
CMYK
RGB Variations
Color information
#E50FD9 (or 0xE50FD9) is known color: Deep Magenta. HEX triplet: E5, 0F and D9. RGB value is (229,15,217). Sum of RGB (Red+Green+Blue) = 229+15+217=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FD9 is #1AF026. Grayscale: #656565. Windows color (decimal): -1765415 or 14225381. OLE color: 14225381.
HSL color Cylindrical-coordinate representation of color #E50FD9: hue angle of 303.36º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E50FD9 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 217 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.10 |
| HSL | 303.36º | 0.88% | 0.48% | - |
| HSV(B) | 303.36º | 0.93% | 0.9% | - |
| XYZ | 45.01 | 22.01 | 67.52 | - |
| YUV | 102.01 | 192.9 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 217 | 0 | 0.93 | 0.05 | 0.10 | 303.36 | 0.88 | 0.48 |
| Hex | E5 | F | D9 | 0 | 5D | 5 | A | 12F | 58 | 30 |
| Octal | 345 | 17 | 331 | 0 | 135 | 5 | 12 | 457 | 130 | 60 |
| Binary | 11100101 | 1111 | 11011001 | 0 | 1011101 | 101 | 1010 | 100101111 | 1011000 | 110000 |
Color Harmonies of #E50FD9
Complementary color
Monochromatic Colors of #E50FD9
Black with #E50FD9
Text Example
Text Example
White with #E50FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FD9; }
p { color: rgb(229,15,217); }
H1.HeaderClassName
{
color: #E50FD9;
}
.AnyTagClassName
{
color: #E50FD9;
}
</style>
background-color css
<style>
a { background-color: #E50FD9; }
a { background-color: rgb(229,15,217); }
div.DivClassName
{
background-color: #E50FD9;
}
.BgClassName
{
background-color: #E50FD9;
}
</style>
border-color css
<style>
span { border-color: #E50FD9; }
span { border-color: rgb(229,15,217); }
td.TdClassName
{
border-color: #E50FD9;
}
.TagClassName
{
border-color: #E50FD9;
}
</style>