Shades of Deep Magenta #E000BD
Tints of Deep Magenta #E000BD
RGB
CMYK
RGB Variations
Color information
#E000BD (or 0xE000BD) is known color: Deep Magenta. HEX triplet: E0, 00 and BD. RGB value is (224,0,189). Sum of RGB (Red+Green+Blue) = 224+0+189=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E000BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000BD is #1FFF42. Grayscale: #575757. Windows color (decimal): -2096963 or 12386528. OLE color: 12386528.
HSL color Cylindrical-coordinate representation of color #E000BD: hue angle of 309.38º 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 #E000BD is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 189 | - |
| CMYK | 0 | 1 | 0.16 | 0.12 |
| HSL | 309.38º | 1% | 0.44% | - |
| HSV(B) | 309.38º | 1% | 0.88% | - |
| XYZ | 39.93 | 19.52 | 49.81 | - |
| YUV | 88.52 | 184.71 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 189 | 0 | 1 | 0.16 | 0.12 | 309.38 | 1 | 0.44 |
| Hex | E0 | 0 | BD | 0 | 64 | 10 | C | 135 | 64 | 2C |
| Octal | 340 | 0 | 275 | 0 | 144 | 20 | 14 | 465 | 144 | 54 |
| Binary | 11100000 | 0 | 10111101 | 0 | 1100100 | 10000 | 1100 | 100110101 | 1100100 | 101100 |
Color Harmonies of #E000BD
Complementary color
Monochromatic Colors of #E000BD
Black with #E000BD
Text Example
Text Example
White with #E000BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E000BD; }
p { color: rgb(224,0,189); }
H1.HeaderClassName
{
color: #E000BD;
}
.AnyTagClassName
{
color: #E000BD;
}
</style>
background-color css
<style>
a { background-color: #E000BD; }
a { background-color: rgb(224,0,189); }
div.DivClassName
{
background-color: #E000BD;
}
.BgClassName
{
background-color: #E000BD;
}
</style>
border-color css
<style>
span { border-color: #E000BD; }
span { border-color: rgb(224,0,189); }
td.TdClassName
{
border-color: #E000BD;
}
.TagClassName
{
border-color: #E000BD;
}
</style>