Shades of Deep Magenta #E008BE
Tints of Deep Magenta #E008BE
RGB
CMYK
RGB Variations
Color information
#E008BE (or 0xE008BE) is known color: Deep Magenta. HEX triplet: E0, 08 and BE. RGB value is (224,8,190). Sum of RGB (Red+Green+Blue) = 224+8+190=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E008BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E008BE is #1FF741. Grayscale: #5C5C5C. Windows color (decimal): -2094914 or 12454112. OLE color: 12454112.
HSL color Cylindrical-coordinate representation of color #E008BE: hue angle of 309.44º 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 #E008BE is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 190 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.12 |
| HSL | 309.44º | 0.93% | 0.45% | - |
| HSV(B) | 309.44º | 0.96% | 0.88% | - |
| XYZ | 40.12 | 19.74 | 50.41 | - |
| YUV | 93.33 | 182.56 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 190 | 0 | 0.96 | 0.15 | 0.12 | 309.44 | 0.93 | 0.45 |
| Hex | E0 | 8 | BE | 0 | 60 | F | C | 135 | 5D | 2D |
| Octal | 340 | 10 | 276 | 0 | 140 | 17 | 14 | 465 | 135 | 55 |
| Binary | 11100000 | 1000 | 10111110 | 0 | 1100000 | 1111 | 1100 | 100110101 | 1011101 | 101101 |
Color Harmonies of #E008BE
Complementary color
Monochromatic Colors of #E008BE
Black with #E008BE
Text Example
Text Example
White with #E008BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008BE; }
p { color: rgb(224,8,190); }
H1.HeaderClassName
{
color: #E008BE;
}
.AnyTagClassName
{
color: #E008BE;
}
</style>
background-color css
<style>
a { background-color: #E008BE; }
a { background-color: rgb(224,8,190); }
div.DivClassName
{
background-color: #E008BE;
}
.BgClassName
{
background-color: #E008BE;
}
</style>
border-color css
<style>
span { border-color: #E008BE; }
span { border-color: rgb(224,8,190); }
td.TdClassName
{
border-color: #E008BE;
}
.TagClassName
{
border-color: #E008BE;
}
</style>