Shades of Deep Magenta #E50EDE
Tints of Deep Magenta #E50EDE
RGB
CMYK
RGB Variations
Color information
#E50EDE (or 0xE50EDE) is known color: Deep Magenta. HEX triplet: E5, 0E and DE. RGB value is (229,14,222). Sum of RGB (Red+Green+Blue) = 229+14+222=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E50EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50EDE is #1AF121. Grayscale: #656565. Windows color (decimal): -1765666 or 14552805. OLE color: 14552805.
HSL color Cylindrical-coordinate representation of color #E50EDE: hue angle of 301.95º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50EDE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 14 | 222 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.10 |
| HSL | 301.95º | 0.88% | 0.48% | - |
| HSV(B) | 301.95º | 0.94% | 0.9% | - |
| XYZ | 45.65 | 22.25 | 70.99 | - |
| YUV | 102 | 195.73 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 14 | 222 | 0 | 0.94 | 0.03 | 0.10 | 301.95 | 0.88 | 0.48 |
| Hex | E5 | E | DE | 0 | 5E | 3 | A | 12E | 58 | 30 |
| Octal | 345 | 16 | 336 | 0 | 136 | 3 | 12 | 456 | 130 | 60 |
| Binary | 11100101 | 1110 | 11011110 | 0 | 1011110 | 11 | 1010 | 100101110 | 1011000 | 110000 |
Color Harmonies of #E50EDE
Complementary color
Monochromatic Colors of #E50EDE
Black with #E50EDE
Text Example
Text Example
White with #E50EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50EDE; }
p { color: rgb(229,14,222); }
H1.HeaderClassName
{
color: #E50EDE;
}
.AnyTagClassName
{
color: #E50EDE;
}
</style>
background-color css
<style>
a { background-color: #E50EDE; }
a { background-color: rgb(229,14,222); }
div.DivClassName
{
background-color: #E50EDE;
}
.BgClassName
{
background-color: #E50EDE;
}
</style>
border-color css
<style>
span { border-color: #E50EDE; }
span { border-color: rgb(229,14,222); }
td.TdClassName
{
border-color: #E50EDE;
}
.TagClassName
{
border-color: #E50EDE;
}
</style>