Shades of Deep Magenta #E503D0
Tints of Deep Magenta #E503D0
RGB
CMYK
RGB Variations
Color information
#E503D0 (or 0xE503D0) is known color: Deep Magenta. HEX triplet: E5, 03 and D0. RGB value is (229,3,208). Sum of RGB (Red+Green+Blue) = 229+3+208=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 3 (1.56% from 255 or 0.68% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E503D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E503D0 is #1AFC2F. Grayscale: #5D5D5D. Windows color (decimal): -1768496 or 13632485. OLE color: 13632485.
HSL color Cylindrical-coordinate representation of color #E503D0: hue angle of 305.58º 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 #E503D0 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 208 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.10 |
| HSL | 305.58º | 0.97% | 0.45% | - |
| HSV(B) | 305.58º | 0.99% | 0.9% | - |
| XYZ | 43.73 | 21.28 | 61.48 | - |
| YUV | 93.94 | 192.37 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 208 | 0 | 0.99 | 0.09 | 0.10 | 305.58 | 0.97 | 0.45 |
| Hex | E5 | 3 | D0 | 0 | 63 | 9 | A | 132 | 61 | 2D |
| Octal | 345 | 3 | 320 | 0 | 143 | 11 | 12 | 462 | 141 | 55 |
| Binary | 11100101 | 11 | 11010000 | 0 | 1100011 | 1001 | 1010 | 100110010 | 1100001 | 101101 |
Color Harmonies of #E503D0
Complementary color
Monochromatic Colors of #E503D0
Black with #E503D0
Text Example
Text Example
White with #E503D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503D0; }
p { color: rgb(229,3,208); }
H1.HeaderClassName
{
color: #E503D0;
}
.AnyTagClassName
{
color: #E503D0;
}
</style>
background-color css
<style>
a { background-color: #E503D0; }
a { background-color: rgb(229,3,208); }
div.DivClassName
{
background-color: #E503D0;
}
.BgClassName
{
background-color: #E503D0;
}
</style>
border-color css
<style>
span { border-color: #E503D0; }
span { border-color: rgb(229,3,208); }
td.TdClassName
{
border-color: #E503D0;
}
.TagClassName
{
border-color: #E503D0;
}
</style>