Shades of Deep Magenta #E004C3
Tints of Deep Magenta #E004C3
RGB
CMYK
RGB Variations
Color information
#E004C3 (or 0xE004C3) is known color: Deep Magenta. HEX triplet: E0, 04 and C3. RGB value is (224,4,195). Sum of RGB (Red+Green+Blue) = 224+4+195=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E004C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004C3 is #1FFB3C. Grayscale: #5B5B5B. Windows color (decimal): -2095933 or 12780768. OLE color: 12780768.
HSL color Cylindrical-coordinate representation of color #E004C3: hue angle of 307.91º 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 #E004C3 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.12 |
| HSL | 307.91º | 0.96% | 0.45% | - |
| HSV(B) | 307.91º | 0.98% | 0.88% | - |
| XYZ | 40.63 | 19.87 | 53.32 | - |
| YUV | 91.55 | 186.39 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 195 | 0 | 0.98 | 0.13 | 0.12 | 307.91 | 0.96 | 0.45 |
| Hex | E0 | 4 | C3 | 0 | 62 | D | C | 134 | 60 | 2D |
| Octal | 340 | 4 | 303 | 0 | 142 | 15 | 14 | 464 | 140 | 55 |
| Binary | 11100000 | 100 | 11000011 | 0 | 1100010 | 1101 | 1100 | 100110100 | 1100000 | 101101 |
Color Harmonies of #E004C3
Complementary color
Monochromatic Colors of #E004C3
Black with #E004C3
Text Example
Text Example
White with #E004C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004C3; }
p { color: rgb(224,4,195); }
H1.HeaderClassName
{
color: #E004C3;
}
.AnyTagClassName
{
color: #E004C3;
}
</style>
background-color css
<style>
a { background-color: #E004C3; }
a { background-color: rgb(224,4,195); }
div.DivClassName
{
background-color: #E004C3;
}
.BgClassName
{
background-color: #E004C3;
}
</style>
border-color css
<style>
span { border-color: #E004C3; }
span { border-color: rgb(224,4,195); }
td.TdClassName
{
border-color: #E004C3;
}
.TagClassName
{
border-color: #E004C3;
}
</style>