Shades of Deep Magenta #E50CDA
Tints of Deep Magenta #E50CDA
RGB
CMYK
RGB Variations
Color information
#E50CDA (or 0xE50CDA) is known color: Deep Magenta. HEX triplet: E5, 0C and DA. RGB value is (229,12,218). Sum of RGB (Red+Green+Blue) = 229+12+218=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CDA is #1AF325. Grayscale: #636363. Windows color (decimal): -1766182 or 14290149. OLE color: 14290149.
HSL color Cylindrical-coordinate representation of color #E50CDA: hue angle of 303.04º 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 #E50CDA is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.10 |
| HSL | 303.04º | 0.9% | 0.47% | - |
| HSV(B) | 303.04º | 0.95% | 0.9% | - |
| XYZ | 45.1 | 21.98 | 68.2 | - |
| YUV | 100.37 | 194.39 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 218 | 0 | 0.95 | 0.05 | 0.10 | 303.04 | 0.9 | 0.47 |
| Hex | E5 | C | DA | 0 | 5F | 5 | A | 12F | 5A | 2F |
| Octal | 345 | 14 | 332 | 0 | 137 | 5 | 12 | 457 | 132 | 57 |
| Binary | 11100101 | 1100 | 11011010 | 0 | 1011111 | 101 | 1010 | 100101111 | 1011010 | 101111 |
Color Harmonies of #E50CDA
Complementary color
Monochromatic Colors of #E50CDA
Black with #E50CDA
Text Example
Text Example
White with #E50CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CDA; }
p { color: rgb(229,12,218); }
H1.HeaderClassName
{
color: #E50CDA;
}
.AnyTagClassName
{
color: #E50CDA;
}
</style>
background-color css
<style>
a { background-color: #E50CDA; }
a { background-color: rgb(229,12,218); }
div.DivClassName
{
background-color: #E50CDA;
}
.BgClassName
{
background-color: #E50CDA;
}
</style>
border-color css
<style>
span { border-color: #E50CDA; }
span { border-color: rgb(229,12,218); }
td.TdClassName
{
border-color: #E50CDA;
}
.TagClassName
{
border-color: #E50CDA;
}
</style>