Shades of Deep Magenta #E51ADB
Tints of Deep Magenta #E51ADB
RGB
CMYK
RGB Variations
Color information
#E51ADB (or 0xE51ADB) is known color: Deep Magenta. HEX triplet: E5, 1A and DB. RGB value is (229,26,219). Sum of RGB (Red+Green+Blue) = 229+26+219=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E51ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51ADB is #1AE524. Grayscale: #6C6C6C. Windows color (decimal): -1762597 or 14359269. OLE color: 14359269.
HSL color Cylindrical-coordinate representation of color #E51ADB: hue angle of 302.96º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51ADB is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 219 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.10 |
| HSL | 302.96º | 0.8% | 0.5% | - |
| HSV(B) | 302.96º | 0.89% | 0.9% | - |
| XYZ | 45.47 | 22.51 | 68.97 | - |
| YUV | 108.7 | 190.25 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 219 | 0 | 0.89 | 0.04 | 0.10 | 302.96 | 0.8 | 0.5 |
| Hex | E5 | 1A | DB | 0 | 59 | 4 | A | 12F | 50 | 32 |
| Octal | 345 | 32 | 333 | 0 | 131 | 4 | 12 | 457 | 120 | 62 |
| Binary | 11100101 | 11010 | 11011011 | 0 | 1011001 | 100 | 1010 | 100101111 | 1010000 | 110010 |
Color Harmonies of #E51ADB
Complementary color
Monochromatic Colors of #E51ADB
Black with #E51ADB
Text Example
Text Example
White with #E51ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51ADB; }
p { color: rgb(229,26,219); }
H1.HeaderClassName
{
color: #E51ADB;
}
.AnyTagClassName
{
color: #E51ADB;
}
</style>
background-color css
<style>
a { background-color: #E51ADB; }
a { background-color: rgb(229,26,219); }
div.DivClassName
{
background-color: #E51ADB;
}
.BgClassName
{
background-color: #E51ADB;
}
</style>
border-color css
<style>
span { border-color: #E51ADB; }
span { border-color: rgb(229,26,219); }
td.TdClassName
{
border-color: #E51ADB;
}
.TagClassName
{
border-color: #E51ADB;
}
</style>