Shades of Deep Magenta #E004C0
Tints of Deep Magenta #E004C0
RGB
CMYK
RGB Variations
Color information
#E004C0 (or 0xE004C0) is known color: Deep Magenta. HEX triplet: E0, 04 and C0. RGB value is (224,4,192). Sum of RGB (Red+Green+Blue) = 224+4+192=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E004C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004C0 is #1FFB3F. Grayscale: #5A5A5A. Windows color (decimal): -2095936 or 12584160. OLE color: 12584160.
HSL color Cylindrical-coordinate representation of color #E004C0: hue angle of 308.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E004C0 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 192 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.12 |
| HSL | 308.73º | 0.96% | 0.45% | - |
| HSV(B) | 308.73º | 0.98% | 0.88% | - |
| XYZ | 40.3 | 19.74 | 51.56 | - |
| YUV | 91.21 | 184.89 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 192 | 0 | 0.98 | 0.14 | 0.12 | 308.73 | 0.96 | 0.45 |
| Hex | E0 | 4 | C0 | 0 | 62 | E | C | 135 | 60 | 2D |
| Octal | 340 | 4 | 300 | 0 | 142 | 16 | 14 | 465 | 140 | 55 |
| Binary | 11100000 | 100 | 11000000 | 0 | 1100010 | 1110 | 1100 | 100110101 | 1100000 | 101101 |
Color Harmonies of #E004C0
Complementary color
Monochromatic Colors of #E004C0
Black with #E004C0
Text Example
Text Example
White with #E004C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004C0; }
p { color: rgb(224,4,192); }
H1.HeaderClassName
{
color: #E004C0;
}
.AnyTagClassName
{
color: #E004C0;
}
</style>
background-color css
<style>
a { background-color: #E004C0; }
a { background-color: rgb(224,4,192); }
div.DivClassName
{
background-color: #E004C0;
}
.BgClassName
{
background-color: #E004C0;
}
</style>
border-color css
<style>
span { border-color: #E004C0; }
span { border-color: rgb(224,4,192); }
td.TdClassName
{
border-color: #E004C0;
}
.TagClassName
{
border-color: #E004C0;
}
</style>