Shades of Deep Magenta #E50CDB
Tints of Deep Magenta #E50CDB
RGB
CMYK
RGB Variations
Color information
#E50CDB (or 0xE50CDB) is known color: Deep Magenta. HEX triplet: E5, 0C and DB. RGB value is (229,12,219). Sum of RGB (Red+Green+Blue) = 229+12+219=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 12 (5.08% from 255 or 2.61% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E50CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50CDB is #1AF324. Grayscale: #636363. Windows color (decimal): -1766181 or 14355685. OLE color: 14355685.
HSL color Cylindrical-coordinate representation of color #E50CDB: hue angle of 302.76º 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 #E50CDB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.10 |
| HSL | 302.77º | 0.9% | 0.47% | - |
| HSV(B) | 302.77º | 0.95% | 0.9% | - |
| XYZ | 45.23 | 22.04 | 68.89 | - |
| YUV | 100.48 | 194.89 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 219 | 0 | 0.95 | 0.04 | 0.10 | 302.77 | 0.9 | 0.47 |
| Hex | E5 | C | DB | 0 | 5F | 4 | A | 12F | 5A | 2F |
| Octal | 345 | 14 | 333 | 0 | 137 | 4 | 12 | 457 | 132 | 57 |
| Binary | 11100101 | 1100 | 11011011 | 0 | 1011111 | 100 | 1010 | 100101111 | 1011010 | 101111 |
Color Harmonies of #E50CDB
Complementary color
Monochromatic Colors of #E50CDB
Black with #E50CDB
Text Example
Text Example
White with #E50CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CDB; }
p { color: rgb(229,12,219); }
H1.HeaderClassName
{
color: #E50CDB;
}
.AnyTagClassName
{
color: #E50CDB;
}
</style>
background-color css
<style>
a { background-color: #E50CDB; }
a { background-color: rgb(229,12,219); }
div.DivClassName
{
background-color: #E50CDB;
}
.BgClassName
{
background-color: #E50CDB;
}
</style>
border-color css
<style>
span { border-color: #E50CDB; }
span { border-color: rgb(229,12,219); }
td.TdClassName
{
border-color: #E50CDB;
}
.TagClassName
{
border-color: #E50CDB;
}
</style>