Shades of Deep Magenta #E00BDB
Tints of Deep Magenta #E00BDB
RGB
CMYK
RGB Variations
Color information
#E00BDB (or 0xE00BDB) is known color: Deep Magenta. HEX triplet: E0, 0B and DB. RGB value is (224,11,219). Sum of RGB (Red+Green+Blue) = 224+11+219=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BDB is #1FF424. Grayscale: #616161. Windows color (decimal): -2094117 or 14355424. OLE color: 14355424.
HSL color Cylindrical-coordinate representation of color #E00BDB: hue angle of 301.41º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00BDB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.12 |
| HSL | 301.41º | 0.91% | 0.46% | - |
| HSV(B) | 301.41º | 0.95% | 0.88% | - |
| XYZ | 43.65 | 21.2 | 68.81 | - |
| YUV | 98.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 219 | 0 | 0.95 | 0.02 | 0.12 | 301.41 | 0.91 | 0.46 |
| Hex | E0 | B | DB | 0 | 5F | 2 | C | 12D | 5B | 2E |
| Octal | 340 | 13 | 333 | 0 | 137 | 2 | 14 | 455 | 133 | 56 |
| Binary | 11100000 | 1011 | 11011011 | 0 | 1011111 | 10 | 1100 | 100101101 | 1011011 | 101110 |
Color Harmonies of #E00BDB
Complementary color
Monochromatic Colors of #E00BDB
Black with #E00BDB
Text Example
Text Example
White with #E00BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00BDB; }
p { color: rgb(224,11,219); }
H1.HeaderClassName
{
color: #E00BDB;
}
.AnyTagClassName
{
color: #E00BDB;
}
</style>
background-color css
<style>
a { background-color: #E00BDB; }
a { background-color: rgb(224,11,219); }
div.DivClassName
{
background-color: #E00BDB;
}
.BgClassName
{
background-color: #E00BDB;
}
</style>
border-color css
<style>
span { border-color: #E00BDB; }
span { border-color: rgb(224,11,219); }
td.TdClassName
{
border-color: #E00BDB;
}
.TagClassName
{
border-color: #E00BDB;
}
</style>