Shades of Deep Magenta #E508DB
Tints of Deep Magenta #E508DB
RGB
CMYK
RGB Variations
Color information
#E508DB (or 0xE508DB) is known color: Deep Magenta. HEX triplet: E5, 08 and DB. RGB value is (229,8,219). Sum of RGB (Red+Green+Blue) = 229+8+219=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E508DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E508DB is #1AF724. Grayscale: #616161. Windows color (decimal): -1767205 or 14354661. OLE color: 14354661.
HSL color Cylindrical-coordinate representation of color #E508DB: hue angle of 302.71º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E508DB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 219 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.10 |
| HSL | 302.71º | 0.93% | 0.46% | - |
| HSV(B) | 302.71º | 0.97% | 0.9% | - |
| XYZ | 45.19 | 21.95 | 68.87 | - |
| YUV | 98.13 | 196.22 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 219 | 0 | 0.97 | 0.04 | 0.10 | 302.71 | 0.93 | 0.46 |
| Hex | E5 | 8 | DB | 0 | 61 | 4 | A | 12F | 5D | 2E |
| Octal | 345 | 10 | 333 | 0 | 141 | 4 | 12 | 457 | 135 | 56 |
| Binary | 11100101 | 1000 | 11011011 | 0 | 1100001 | 100 | 1010 | 100101111 | 1011101 | 101110 |
Color Harmonies of #E508DB
Complementary color
Monochromatic Colors of #E508DB
Black with #E508DB
Text Example
Text Example
White with #E508DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E508DB; }
p { color: rgb(229,8,219); }
H1.HeaderClassName
{
color: #E508DB;
}
.AnyTagClassName
{
color: #E508DB;
}
</style>
background-color css
<style>
a { background-color: #E508DB; }
a { background-color: rgb(229,8,219); }
div.DivClassName
{
background-color: #E508DB;
}
.BgClassName
{
background-color: #E508DB;
}
</style>
border-color css
<style>
span { border-color: #E508DB; }
span { border-color: rgb(229,8,219); }
td.TdClassName
{
border-color: #E508DB;
}
.TagClassName
{
border-color: #E508DB;
}
</style>