Shades of Deep Magenta #E000B9
Tints of Deep Magenta #E000B9
RGB
CMYK
RGB Variations
Color information
#E000B9 (or 0xE000B9) is known color: Deep Magenta. HEX triplet: E0, 00 and B9. RGB value is (224,0,185). Sum of RGB (Red+Green+Blue) = 224+0+185=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E000B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000B9 is #1FFF46. Grayscale: #575757. Windows color (decimal): -2096967 or 12124384. OLE color: 12124384.
HSL color Cylindrical-coordinate representation of color #E000B9: hue angle of 310.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E000B9 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.17 | 0.12 |
| HSL | 310.45º | 1% | 0.44% | - |
| HSV(B) | 310.45º | 1% | 0.88% | - |
| XYZ | 39.5 | 19.35 | 47.55 | - |
| YUV | 88.07 | 182.71 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 185 | 0 | 1 | 0.17 | 0.12 | 310.45 | 1 | 0.44 |
| Hex | E0 | 0 | B9 | 0 | 64 | 11 | C | 136 | 64 | 2C |
| Octal | 340 | 0 | 271 | 0 | 144 | 21 | 14 | 466 | 144 | 54 |
| Binary | 11100000 | 0 | 10111001 | 0 | 1100100 | 10001 | 1100 | 100110110 | 1100100 | 101100 |
Color Harmonies of #E000B9
Complementary color
Monochromatic Colors of #E000B9
Black with #E000B9
Text Example
Text Example
White with #E000B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000B9; }
p { color: rgb(224,0,185); }
H1.HeaderClassName
{
color: #E000B9;
}
.AnyTagClassName
{
color: #E000B9;
}
</style>
background-color css
<style>
a { background-color: #E000B9; }
a { background-color: rgb(224,0,185); }
div.DivClassName
{
background-color: #E000B9;
}
.BgClassName
{
background-color: #E000B9;
}
</style>
border-color css
<style>
span { border-color: #E000B9; }
span { border-color: rgb(224,0,185); }
td.TdClassName
{
border-color: #E000B9;
}
.TagClassName
{
border-color: #E000B9;
}
</style>