Shades of Deep Magenta #E503D6
Tints of Deep Magenta #E503D6
RGB
CMYK
RGB Variations
Color information
#E503D6 (or 0xE503D6) is known color: Deep Magenta. HEX triplet: E5, 03 and D6. RGB value is (229,3,214). Sum of RGB (Red+Green+Blue) = 229+3+214=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E503D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E503D6 is #1AFC29. Grayscale: #5E5E5E. Windows color (decimal): -1768490 or 14025701. OLE color: 14025701.
HSL color Cylindrical-coordinate representation of color #E503D6: hue angle of 303.98º 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 #E503D6 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 214 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.10 |
| HSL | 303.98º | 0.97% | 0.45% | - |
| HSV(B) | 303.98º | 0.99% | 0.9% | - |
| XYZ | 44.48 | 21.58 | 65.44 | - |
| YUV | 94.63 | 195.37 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 214 | 0 | 0.99 | 0.07 | 0.10 | 303.98 | 0.97 | 0.45 |
| Hex | E5 | 3 | D6 | 0 | 63 | 7 | A | 130 | 61 | 2D |
| Octal | 345 | 3 | 326 | 0 | 143 | 7 | 12 | 460 | 141 | 55 |
| Binary | 11100101 | 11 | 11010110 | 0 | 1100011 | 111 | 1010 | 100110000 | 1100001 | 101101 |
Color Harmonies of #E503D6
Complementary color
Monochromatic Colors of #E503D6
Black with #E503D6
Text Example
Text Example
White with #E503D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503D6; }
p { color: rgb(229,3,214); }
H1.HeaderClassName
{
color: #E503D6;
}
.AnyTagClassName
{
color: #E503D6;
}
</style>
background-color css
<style>
a { background-color: #E503D6; }
a { background-color: rgb(229,3,214); }
div.DivClassName
{
background-color: #E503D6;
}
.BgClassName
{
background-color: #E503D6;
}
</style>
border-color css
<style>
span { border-color: #E503D6; }
span { border-color: rgb(229,3,214); }
td.TdClassName
{
border-color: #E503D6;
}
.TagClassName
{
border-color: #E503D6;
}
</style>