Shades of Deep Magenta #E50FDC
Tints of Deep Magenta #E50FDC
RGB
CMYK
RGB Variations
Color information
#E50FDC (or 0xE50FDC) is known color: Deep Magenta. HEX triplet: E5, 0F and DC. RGB value is (229,15,220). Sum of RGB (Red+Green+Blue) = 229+15+220=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FDC is #1AF023. Grayscale: #656565. Windows color (decimal): -1765412 or 14421989. OLE color: 14421989.
HSL color Cylindrical-coordinate representation of color #E50FDC: hue angle of 302.52º 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 #E50FDC is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 220 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.10 |
| HSL | 302.52º | 0.88% | 0.48% | - |
| HSV(B) | 302.52º | 0.93% | 0.9% | - |
| XYZ | 45.4 | 22.17 | 69.6 | - |
| YUV | 102.36 | 194.4 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 220 | 0 | 0.93 | 0.04 | 0.10 | 302.52 | 0.88 | 0.48 |
| Hex | E5 | F | DC | 0 | 5D | 4 | A | 12F | 58 | 30 |
| Octal | 345 | 17 | 334 | 0 | 135 | 4 | 12 | 457 | 130 | 60 |
| Binary | 11100101 | 1111 | 11011100 | 0 | 1011101 | 100 | 1010 | 100101111 | 1011000 | 110000 |
Color Harmonies of #E50FDC
Complementary color
Monochromatic Colors of #E50FDC
Black with #E50FDC
Text Example
Text Example
White with #E50FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FDC; }
p { color: rgb(229,15,220); }
H1.HeaderClassName
{
color: #E50FDC;
}
.AnyTagClassName
{
color: #E50FDC;
}
</style>
background-color css
<style>
a { background-color: #E50FDC; }
a { background-color: rgb(229,15,220); }
div.DivClassName
{
background-color: #E50FDC;
}
.BgClassName
{
background-color: #E50FDC;
}
</style>
border-color css
<style>
span { border-color: #E50FDC; }
span { border-color: rgb(229,15,220); }
td.TdClassName
{
border-color: #E50FDC;
}
.TagClassName
{
border-color: #E50FDC;
}
</style>