Shades of Deep Magenta #E004BA
Tints of Deep Magenta #E004BA
RGB
CMYK
RGB Variations
Color information
#E004BA (or 0xE004BA) is known color: Deep Magenta. HEX triplet: E0, 04 and BA. RGB value is (224,4,186). Sum of RGB (Red+Green+Blue) = 224+4+186=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E004BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004BA is #1FFB45. Grayscale: #5A5A5A. Windows color (decimal): -2095942 or 12190944. OLE color: 12190944.
HSL color Cylindrical-coordinate representation of color #E004BA: hue angle of 310.36º 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 #E004BA is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.12 |
| HSL | 310.36º | 0.96% | 0.45% | - |
| HSV(B) | 310.36º | 0.98% | 0.88% | - |
| XYZ | 39.65 | 19.48 | 48.12 | - |
| YUV | 90.53 | 181.89 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 186 | 0 | 0.98 | 0.17 | 0.12 | 310.36 | 0.96 | 0.45 |
| Hex | E0 | 4 | BA | 0 | 62 | 11 | C | 136 | 60 | 2D |
| Octal | 340 | 4 | 272 | 0 | 142 | 21 | 14 | 466 | 140 | 55 |
| Binary | 11100000 | 100 | 10111010 | 0 | 1100010 | 10001 | 1100 | 100110110 | 1100000 | 101101 |
Color Harmonies of #E004BA
Complementary color
Monochromatic Colors of #E004BA
Black with #E004BA
Text Example
Text Example
White with #E004BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004BA; }
p { color: rgb(224,4,186); }
H1.HeaderClassName
{
color: #E004BA;
}
.AnyTagClassName
{
color: #E004BA;
}
</style>
background-color css
<style>
a { background-color: #E004BA; }
a { background-color: rgb(224,4,186); }
div.DivClassName
{
background-color: #E004BA;
}
.BgClassName
{
background-color: #E004BA;
}
</style>
border-color css
<style>
span { border-color: #E004BA; }
span { border-color: rgb(224,4,186); }
td.TdClassName
{
border-color: #E004BA;
}
.TagClassName
{
border-color: #E004BA;
}
</style>