Shades of Deep Magenta #E003C0
Tints of Deep Magenta #E003C0
RGB
CMYK
RGB Variations
Color information
#E003C0 (or 0xE003C0) is known color: Deep Magenta. HEX triplet: E0, 03 and C0. RGB value is (224,3,192). Sum of RGB (Red+Green+Blue) = 224+3+192=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E003C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E003C0 is #1FFC3F. Grayscale: #5A5A5A. Windows color (decimal): -2096192 or 12583904. OLE color: 12583904.
HSL color Cylindrical-coordinate representation of color #E003C0: hue angle of 308.69º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003C0 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.12 |
| HSL | 308.69º | 0.97% | 0.45% | - |
| HSV(B) | 308.69º | 0.99% | 0.88% | - |
| XYZ | 40.29 | 19.72 | 51.55 | - |
| YUV | 90.63 | 185.22 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 192 | 0 | 0.99 | 0.14 | 0.12 | 308.69 | 0.97 | 0.45 |
| Hex | E0 | 3 | C0 | 0 | 63 | E | C | 135 | 61 | 2D |
| Octal | 340 | 3 | 300 | 0 | 143 | 16 | 14 | 465 | 141 | 55 |
| Binary | 11100000 | 11 | 11000000 | 0 | 1100011 | 1110 | 1100 | 100110101 | 1100001 | 101101 |
Color Harmonies of #E003C0
Complementary color
Monochromatic Colors of #E003C0
Black with #E003C0
Text Example
Text Example
White with #E003C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003C0; }
p { color: rgb(224,3,192); }
H1.HeaderClassName
{
color: #E003C0;
}
.AnyTagClassName
{
color: #E003C0;
}
</style>
background-color css
<style>
a { background-color: #E003C0; }
a { background-color: rgb(224,3,192); }
div.DivClassName
{
background-color: #E003C0;
}
.BgClassName
{
background-color: #E003C0;
}
</style>
border-color css
<style>
span { border-color: #E003C0; }
span { border-color: rgb(224,3,192); }
td.TdClassName
{
border-color: #E003C0;
}
.TagClassName
{
border-color: #E003C0;
}
</style>