Shades of Deep Magenta #E50CDE
Tints of Deep Magenta #E50CDE
RGB
CMYK
RGB Variations
Color information
#E50CDE (or 0xE50CDE) is known color: Deep Magenta. HEX triplet: E5, 0C and DE. RGB value is (229,12,222). Sum of RGB (Red+Green+Blue) = 229+12+222=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CDE is #1AF321. Grayscale: #646464. Windows color (decimal): -1766178 or 14552293. OLE color: 14552293.
HSL color Cylindrical-coordinate representation of color #E50CDE: hue angle of 301.94º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CDE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 222 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.10 |
| HSL | 301.94º | 0.9% | 0.47% | - |
| HSV(B) | 301.94º | 0.95% | 0.9% | - |
| XYZ | 45.63 | 22.19 | 70.99 | - |
| YUV | 100.82 | 196.39 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 222 | 0 | 0.95 | 0.03 | 0.10 | 301.94 | 0.9 | 0.47 |
| Hex | E5 | C | DE | 0 | 5F | 3 | A | 12E | 5A | 2F |
| Octal | 345 | 14 | 336 | 0 | 137 | 3 | 12 | 456 | 132 | 57 |
| Binary | 11100101 | 1100 | 11011110 | 0 | 1011111 | 11 | 1010 | 100101110 | 1011010 | 101111 |
Color Harmonies of #E50CDE
Complementary color
Monochromatic Colors of #E50CDE
Black with #E50CDE
Text Example
Text Example
White with #E50CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CDE; }
p { color: rgb(229,12,222); }
H1.HeaderClassName
{
color: #E50CDE;
}
.AnyTagClassName
{
color: #E50CDE;
}
</style>
background-color css
<style>
a { background-color: #E50CDE; }
a { background-color: rgb(229,12,222); }
div.DivClassName
{
background-color: #E50CDE;
}
.BgClassName
{
background-color: #E50CDE;
}
</style>
border-color css
<style>
span { border-color: #E50CDE; }
span { border-color: rgb(229,12,222); }
td.TdClassName
{
border-color: #E50CDE;
}
.TagClassName
{
border-color: #E50CDE;
}
</style>