Shades of Deep Magenta #E503DB
Tints of Deep Magenta #E503DB
RGB
CMYK
RGB Variations
Color information
#E503DB (or 0xE503DB) is known color: Deep Magenta. HEX triplet: E5, 03 and DB. RGB value is (229,3,219). Sum of RGB (Red+Green+Blue) = 229+3+219=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 3 (1.56% from 255 or 0.67% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E503DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E503DB is #1AFC24. Grayscale: #5E5E5E. Windows color (decimal): -1768485 or 14353381. OLE color: 14353381.
HSL color Cylindrical-coordinate representation of color #E503DB: hue angle of 302.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E503DB is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.10 |
| HSL | 302.65º | 0.97% | 0.45% | - |
| HSV(B) | 302.65º | 0.99% | 0.9% | - |
| XYZ | 45.13 | 21.84 | 68.85 | - |
| YUV | 95.2 | 197.87 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 219 | 0 | 0.99 | 0.04 | 0.10 | 302.65 | 0.97 | 0.45 |
| Hex | E5 | 3 | DB | 0 | 63 | 4 | A | 12F | 61 | 2D |
| Octal | 345 | 3 | 333 | 0 | 143 | 4 | 12 | 457 | 141 | 55 |
| Binary | 11100101 | 11 | 11011011 | 0 | 1100011 | 100 | 1010 | 100101111 | 1100001 | 101101 |
Color Harmonies of #E503DB
Complementary color
Monochromatic Colors of #E503DB
Black with #E503DB
Text Example
Text Example
White with #E503DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503DB; }
p { color: rgb(229,3,219); }
H1.HeaderClassName
{
color: #E503DB;
}
.AnyTagClassName
{
color: #E503DB;
}
</style>
background-color css
<style>
a { background-color: #E503DB; }
a { background-color: rgb(229,3,219); }
div.DivClassName
{
background-color: #E503DB;
}
.BgClassName
{
background-color: #E503DB;
}
</style>
border-color css
<style>
span { border-color: #E503DB; }
span { border-color: rgb(229,3,219); }
td.TdClassName
{
border-color: #E503DB;
}
.TagClassName
{
border-color: #E503DB;
}
</style>