Shades of Deep Magenta #E516DB
Tints of Deep Magenta #E516DB
RGB
CMYK
RGB Variations
Color information
#E516DB (or 0xE516DB) is known color: Deep Magenta. HEX triplet: E5, 16 and DB. RGB value is (229,22,219). Sum of RGB (Red+Green+Blue) = 229+22+219=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E516DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E516DB is #1AE924. Grayscale: #696969. Windows color (decimal): -1763621 or 14358245. OLE color: 14358245.
HSL color Cylindrical-coordinate representation of color #E516DB: hue angle of 302.9º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E516DB is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 219 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.10 |
| HSL | 302.9º | 0.82% | 0.49% | - |
| HSV(B) | 302.9º | 0.9% | 0.9% | - |
| XYZ | 45.39 | 22.35 | 68.94 | - |
| YUV | 106.35 | 191.58 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 219 | 0 | 0.90 | 0.04 | 0.10 | 302.9 | 0.82 | 0.49 |
| Hex | E5 | 16 | DB | 0 | 5A | 4 | A | 12F | 52 | 31 |
| Octal | 345 | 26 | 333 | 0 | 132 | 4 | 12 | 457 | 122 | 61 |
| Binary | 11100101 | 10110 | 11011011 | 0 | 1011010 | 100 | 1010 | 100101111 | 1010010 | 110001 |
Color Harmonies of #E516DB
Complementary color
Monochromatic Colors of #E516DB
Black with #E516DB
Text Example
Text Example
White with #E516DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E516DB; }
p { color: rgb(229,22,219); }
H1.HeaderClassName
{
color: #E516DB;
}
.AnyTagClassName
{
color: #E516DB;
}
</style>
background-color css
<style>
a { background-color: #E516DB; }
a { background-color: rgb(229,22,219); }
div.DivClassName
{
background-color: #E516DB;
}
.BgClassName
{
background-color: #E516DB;
}
</style>
border-color css
<style>
span { border-color: #E516DB; }
span { border-color: rgb(229,22,219); }
td.TdClassName
{
border-color: #E516DB;
}
.TagClassName
{
border-color: #E516DB;
}
</style>