Shades of Deep Magenta #E004C2
Tints of Deep Magenta #E004C2
RGB
CMYK
RGB Variations
Color information
#E004C2 (or 0xE004C2) is known color: Deep Magenta. HEX triplet: E0, 04 and C2. RGB value is (224,4,194). Sum of RGB (Red+Green+Blue) = 224+4+194=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E004C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004C2 is #1FFB3D. Grayscale: #5A5A5A. Windows color (decimal): -2095934 or 12715232. OLE color: 12715232.
HSL color Cylindrical-coordinate representation of color #E004C2: hue angle of 308.18º 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 #E004C2 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 194 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.12 |
| HSL | 308.18º | 0.96% | 0.45% | - |
| HSV(B) | 308.18º | 0.98% | 0.88% | - |
| XYZ | 40.52 | 19.83 | 52.73 | - |
| YUV | 91.44 | 185.89 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 194 | 0 | 0.98 | 0.13 | 0.12 | 308.18 | 0.96 | 0.45 |
| Hex | E0 | 4 | C2 | 0 | 62 | D | C | 134 | 60 | 2D |
| Octal | 340 | 4 | 302 | 0 | 142 | 15 | 14 | 464 | 140 | 55 |
| Binary | 11100000 | 100 | 11000010 | 0 | 1100010 | 1101 | 1100 | 100110100 | 1100000 | 101101 |
Color Harmonies of #E004C2
Complementary color
Monochromatic Colors of #E004C2
Black with #E004C2
Text Example
Text Example
White with #E004C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004C2; }
p { color: rgb(224,4,194); }
H1.HeaderClassName
{
color: #E004C2;
}
.AnyTagClassName
{
color: #E004C2;
}
</style>
background-color css
<style>
a { background-color: #E004C2; }
a { background-color: rgb(224,4,194); }
div.DivClassName
{
background-color: #E004C2;
}
.BgClassName
{
background-color: #E004C2;
}
</style>
border-color css
<style>
span { border-color: #E004C2; }
span { border-color: rgb(224,4,194); }
td.TdClassName
{
border-color: #E004C2;
}
.TagClassName
{
border-color: #E004C2;
}
</style>