Shades of Deep Magenta #E008BF
Tints of Deep Magenta #E008BF
RGB
CMYK
RGB Variations
Color information
#E008BF (or 0xE008BF) is known color: Deep Magenta. HEX triplet: E0, 08 and BF. RGB value is (224,8,191). Sum of RGB (Red+Green+Blue) = 224+8+191=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E008BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008BF is #1FF740. Grayscale: #5C5C5C. Windows color (decimal): -2094913 or 12519648. OLE color: 12519648.
HSL color Cylindrical-coordinate representation of color #E008BF: hue angle of 309.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008BF is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.12 |
| HSL | 309.17º | 0.93% | 0.45% | - |
| HSV(B) | 309.17º | 0.96% | 0.88% | - |
| XYZ | 40.23 | 19.78 | 50.99 | - |
| YUV | 93.45 | 183.06 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 191 | 0 | 0.96 | 0.15 | 0.12 | 309.17 | 0.93 | 0.45 |
| Hex | E0 | 8 | BF | 0 | 60 | F | C | 135 | 5D | 2D |
| Octal | 340 | 10 | 277 | 0 | 140 | 17 | 14 | 465 | 135 | 55 |
| Binary | 11100000 | 1000 | 10111111 | 0 | 1100000 | 1111 | 1100 | 100110101 | 1011101 | 101101 |
Color Harmonies of #E008BF
Complementary color
Monochromatic Colors of #E008BF
Black with #E008BF
Text Example
Text Example
White with #E008BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008BF; }
p { color: rgb(224,8,191); }
H1.HeaderClassName
{
color: #E008BF;
}
.AnyTagClassName
{
color: #E008BF;
}
</style>
background-color css
<style>
a { background-color: #E008BF; }
a { background-color: rgb(224,8,191); }
div.DivClassName
{
background-color: #E008BF;
}
.BgClassName
{
background-color: #E008BF;
}
</style>
border-color css
<style>
span { border-color: #E008BF; }
span { border-color: rgb(224,8,191); }
td.TdClassName
{
border-color: #E008BF;
}
.TagClassName
{
border-color: #E008BF;
}
</style>