Shades of Deep Magenta #E50DDE
Tints of Deep Magenta #E50DDE
RGB
CMYK
RGB Variations
Color information
#E50DDE (or 0xE50DDE) is known color: Deep Magenta. HEX triplet: E5, 0D and DE. RGB value is (229,13,222). Sum of RGB (Red+Green+Blue) = 229+13+222=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E50DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50DDE is #1AF221. Grayscale: #646464. Windows color (decimal): -1765922 or 14552549. OLE color: 14552549.
HSL color Cylindrical-coordinate representation of color #E50DDE: hue angle of 301.94º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50DDE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 13 | 222 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.10 |
| HSL | 301.94º | 0.89% | 0.47% | - |
| HSV(B) | 301.94º | 0.94% | 0.9% | - |
| XYZ | 45.64 | 22.22 | 70.99 | - |
| YUV | 101.41 | 196.06 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 13 | 222 | 0 | 0.94 | 0.03 | 0.10 | 301.94 | 0.89 | 0.47 |
| Hex | E5 | D | DE | 0 | 5E | 3 | A | 12E | 59 | 2F |
| Octal | 345 | 15 | 336 | 0 | 136 | 3 | 12 | 456 | 131 | 57 |
| Binary | 11100101 | 1101 | 11011110 | 0 | 1011110 | 11 | 1010 | 100101110 | 1011001 | 101111 |
Color Harmonies of #E50DDE
Complementary color
Monochromatic Colors of #E50DDE
Black with #E50DDE
Text Example
Text Example
White with #E50DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50DDE; }
p { color: rgb(229,13,222); }
H1.HeaderClassName
{
color: #E50DDE;
}
.AnyTagClassName
{
color: #E50DDE;
}
</style>
background-color css
<style>
a { background-color: #E50DDE; }
a { background-color: rgb(229,13,222); }
div.DivClassName
{
background-color: #E50DDE;
}
.BgClassName
{
background-color: #E50DDE;
}
</style>
border-color css
<style>
span { border-color: #E50DDE; }
span { border-color: rgb(229,13,222); }
td.TdClassName
{
border-color: #E50DDE;
}
.TagClassName
{
border-color: #E50DDE;
}
</style>