Shades of Deep Magenta #E51BDB
Tints of Deep Magenta #E51BDB
RGB
CMYK
RGB Variations
Color information
#E51BDB (or 0xE51BDB) is known color: Deep Magenta. HEX triplet: E5, 1B and DB. RGB value is (229,27,219). Sum of RGB (Red+Green+Blue) = 229+27+219=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51BDB is #1AE424. Grayscale: #6C6C6C. Windows color (decimal): -1762341 or 14359525. OLE color: 14359525.
HSL color Cylindrical-coordinate representation of color #E51BDB: hue angle of 302.97º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51BDB is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 219 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.10 |
| HSL | 302.97º | 0.8% | 0.5% | - |
| HSV(B) | 302.97º | 0.88% | 0.9% | - |
| XYZ | 45.49 | 22.56 | 68.97 | - |
| YUV | 109.29 | 189.92 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 219 | 0 | 0.88 | 0.04 | 0.10 | 302.97 | 0.8 | 0.5 |
| Hex | E5 | 1B | DB | 0 | 58 | 4 | A | 12F | 50 | 32 |
| Octal | 345 | 33 | 333 | 0 | 130 | 4 | 12 | 457 | 120 | 62 |
| Binary | 11100101 | 11011 | 11011011 | 0 | 1011000 | 100 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E51BDB
Complementary color
Monochromatic Colors of #E51BDB
Black with #E51BDB
Text Example
Text Example
White with #E51BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BDB; }
p { color: rgb(229,27,219); }
H1.HeaderClassName
{
color: #E51BDB;
}
.AnyTagClassName
{
color: #E51BDB;
}
</style>
background-color css
<style>
a { background-color: #E51BDB; }
a { background-color: rgb(229,27,219); }
div.DivClassName
{
background-color: #E51BDB;
}
.BgClassName
{
background-color: #E51BDB;
}
</style>
border-color css
<style>
span { border-color: #E51BDB; }
span { border-color: rgb(229,27,219); }
td.TdClassName
{
border-color: #E51BDB;
}
.TagClassName
{
border-color: #E51BDB;
}
</style>