Shades of Deep Magenta #E50FDA
Tints of Deep Magenta #E50FDA
RGB
CMYK
RGB Variations
Color information
#E50FDA (or 0xE50FDA) is known color: Deep Magenta. HEX triplet: E5, 0F and DA. RGB value is (229,15,218). Sum of RGB (Red+Green+Blue) = 229+15+218=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FDA is #1AF025. Grayscale: #656565. Windows color (decimal): -1765414 or 14290917. OLE color: 14290917.
HSL color Cylindrical-coordinate representation of color #E50FDA: hue angle of 303.08º 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 #E50FDA is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 15 | 218 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.10 |
| HSL | 303.08º | 0.88% | 0.48% | - |
| HSV(B) | 303.08º | 0.93% | 0.9% | - |
| XYZ | 45.14 | 22.06 | 68.21 | - |
| YUV | 102.13 | 193.4 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 15 | 218 | 0 | 0.93 | 0.05 | 0.10 | 303.08 | 0.88 | 0.48 |
| Hex | E5 | F | DA | 0 | 5D | 5 | A | 12F | 58 | 30 |
| Octal | 345 | 17 | 332 | 0 | 135 | 5 | 12 | 457 | 130 | 60 |
| Binary | 11100101 | 1111 | 11011010 | 0 | 1011101 | 101 | 1010 | 100101111 | 1011000 | 110000 |
Color Harmonies of #E50FDA
Complementary color
Monochromatic Colors of #E50FDA
Black with #E50FDA
Text Example
Text Example
White with #E50FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50FDA; }
p { color: rgb(229,15,218); }
H1.HeaderClassName
{
color: #E50FDA;
}
.AnyTagClassName
{
color: #E50FDA;
}
</style>
background-color css
<style>
a { background-color: #E50FDA; }
a { background-color: rgb(229,15,218); }
div.DivClassName
{
background-color: #E50FDA;
}
.BgClassName
{
background-color: #E50FDA;
}
</style>
border-color css
<style>
span { border-color: #E50FDA; }
span { border-color: rgb(229,15,218); }
td.TdClassName
{
border-color: #E50FDA;
}
.TagClassName
{
border-color: #E50FDA;
}
</style>