Shades of Deep Magenta #E004BF
Tints of Deep Magenta #E004BF
RGB
CMYK
RGB Variations
Color information
#E004BF (or 0xE004BF) is known color: Deep Magenta. HEX triplet: E0, 04 and BF. RGB value is (224,4,191). Sum of RGB (Red+Green+Blue) = 224+4+191=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E004BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E004BF is #1FFB40. Grayscale: #5A5A5A. Windows color (decimal): -2095937 or 12518624. OLE color: 12518624.
HSL color Cylindrical-coordinate representation of color #E004BF: hue angle of 309º 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 #E004BF is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.12 |
| HSL | 309º | 0.96% | 0.45% | - |
| HSV(B) | 309º | 0.98% | 0.88% | - |
| XYZ | 40.19 | 19.7 | 50.97 | - |
| YUV | 91.1 | 184.39 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 191 | 0 | 0.98 | 0.15 | 0.12 | 309 | 0.96 | 0.45 |
| Hex | E0 | 4 | BF | 0 | 62 | F | C | 135 | 60 | 2D |
| Octal | 340 | 4 | 277 | 0 | 142 | 17 | 14 | 465 | 140 | 55 |
| Binary | 11100000 | 100 | 10111111 | 0 | 1100010 | 1111 | 1100 | 100110101 | 1100000 | 101101 |
Color Harmonies of #E004BF
Complementary color
Monochromatic Colors of #E004BF
Black with #E004BF
Text Example
Text Example
White with #E004BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E004BF; }
p { color: rgb(224,4,191); }
H1.HeaderClassName
{
color: #E004BF;
}
.AnyTagClassName
{
color: #E004BF;
}
</style>
background-color css
<style>
a { background-color: #E004BF; }
a { background-color: rgb(224,4,191); }
div.DivClassName
{
background-color: #E004BF;
}
.BgClassName
{
background-color: #E004BF;
}
</style>
border-color css
<style>
span { border-color: #E004BF; }
span { border-color: rgb(224,4,191); }
td.TdClassName
{
border-color: #E004BF;
}
.TagClassName
{
border-color: #E004BF;
}
</style>