Shades of Deep Magenta #E50CDD
Tints of Deep Magenta #E50CDD
RGB
CMYK
RGB Variations
Color information
#E50CDD (or 0xE50CDD) is known color: Deep Magenta. HEX triplet: E5, 0C and DD. RGB value is (229,12,221). Sum of RGB (Red+Green+Blue) = 229+12+221=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CDD is #1AF322. Grayscale: #646464. Windows color (decimal): -1766179 or 14486757. OLE color: 14486757.
HSL color Cylindrical-coordinate representation of color #E50CDD: hue angle of 302.21º 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 #E50CDD is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.10 |
| HSL | 302.21º | 0.9% | 0.47% | - |
| HSV(B) | 302.21º | 0.95% | 0.9% | - |
| XYZ | 45.5 | 22.14 | 70.28 | - |
| YUV | 100.71 | 195.89 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 221 | 0 | 0.95 | 0.03 | 0.10 | 302.21 | 0.9 | 0.47 |
| Hex | E5 | C | DD | 0 | 5F | 3 | A | 12E | 5A | 2F |
| Octal | 345 | 14 | 335 | 0 | 137 | 3 | 12 | 456 | 132 | 57 |
| Binary | 11100101 | 1100 | 11011101 | 0 | 1011111 | 11 | 1010 | 100101110 | 1011010 | 101111 |
Color Harmonies of #E50CDD
Complementary color
Monochromatic Colors of #E50CDD
Black with #E50CDD
Text Example
Text Example
White with #E50CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CDD; }
p { color: rgb(229,12,221); }
H1.HeaderClassName
{
color: #E50CDD;
}
.AnyTagClassName
{
color: #E50CDD;
}
</style>
background-color css
<style>
a { background-color: #E50CDD; }
a { background-color: rgb(229,12,221); }
div.DivClassName
{
background-color: #E50CDD;
}
.BgClassName
{
background-color: #E50CDD;
}
</style>
border-color css
<style>
span { border-color: #E50CDD; }
span { border-color: rgb(229,12,221); }
td.TdClassName
{
border-color: #E50CDD;
}
.TagClassName
{
border-color: #E50CDD;
}
</style>