Shades of Deep Magenta #E505DB
Tints of Deep Magenta #E505DB
RGB
CMYK
RGB Variations
Color information
#E505DB (or 0xE505DB) is known color: Deep Magenta. HEX triplet: E5, 05 and DB. RGB value is (229,5,219). Sum of RGB (Red+Green+Blue) = 229+5+219=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E505DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505DB is #1AFA24. Grayscale: #5F5F5F. Windows color (decimal): -1767973 or 14353893. OLE color: 14353893.
HSL color Cylindrical-coordinate representation of color #E505DB: hue angle of 302.68º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505DB is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.10 |
| HSL | 302.68º | 0.96% | 0.46% | - |
| HSV(B) | 302.68º | 0.98% | 0.9% | - |
| XYZ | 45.15 | 21.88 | 68.86 | - |
| YUV | 96.37 | 197.21 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 219 | 0 | 0.98 | 0.04 | 0.10 | 302.68 | 0.96 | 0.46 |
| Hex | E5 | 5 | DB | 0 | 62 | 4 | A | 12F | 60 | 2E |
| Octal | 345 | 5 | 333 | 0 | 142 | 4 | 12 | 457 | 140 | 56 |
| Binary | 11100101 | 101 | 11011011 | 0 | 1100010 | 100 | 1010 | 100101111 | 1100000 | 101110 |
Color Harmonies of #E505DB
Complementary color
Monochromatic Colors of #E505DB
Black with #E505DB
Text Example
Text Example
White with #E505DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505DB; }
p { color: rgb(229,5,219); }
H1.HeaderClassName
{
color: #E505DB;
}
.AnyTagClassName
{
color: #E505DB;
}
</style>
background-color css
<style>
a { background-color: #E505DB; }
a { background-color: rgb(229,5,219); }
div.DivClassName
{
background-color: #E505DB;
}
.BgClassName
{
background-color: #E505DB;
}
</style>
border-color css
<style>
span { border-color: #E505DB; }
span { border-color: rgb(229,5,219); }
td.TdClassName
{
border-color: #E505DB;
}
.TagClassName
{
border-color: #E505DB;
}
</style>