Shades of Deep Magenta #E503D4
Tints of Deep Magenta #E503D4
RGB
CMYK
RGB Variations
Color information
#E503D4 (or 0xE503D4) is known color: Deep Magenta. HEX triplet: E5, 03 and D4. RGB value is (229,3,212). Sum of RGB (Red+Green+Blue) = 229+3+212=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 212 (83.20% from 255 or 47.75% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E503D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E503D4 is #1AFC2B. Grayscale: #5D5D5D. Windows color (decimal): -1768492 or 13894629. OLE color: 13894629.
HSL color Cylindrical-coordinate representation of color #E503D4: hue angle of 304.51º 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 #E503D4 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 212 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.10 |
| HSL | 304.51º | 0.97% | 0.45% | - |
| HSV(B) | 304.51º | 0.99% | 0.9% | - |
| XYZ | 44.23 | 21.48 | 64.1 | - |
| YUV | 94.4 | 194.37 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 212 | 0 | 0.99 | 0.07 | 0.10 | 304.51 | 0.97 | 0.45 |
| Hex | E5 | 3 | D4 | 0 | 63 | 7 | A | 131 | 61 | 2D |
| Octal | 345 | 3 | 324 | 0 | 143 | 7 | 12 | 461 | 141 | 55 |
| Binary | 11100101 | 11 | 11010100 | 0 | 1100011 | 111 | 1010 | 100110001 | 1100001 | 101101 |
Color Harmonies of #E503D4
Complementary color
Monochromatic Colors of #E503D4
Black with #E503D4
Text Example
Text Example
White with #E503D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E503D4; }
p { color: rgb(229,3,212); }
H1.HeaderClassName
{
color: #E503D4;
}
.AnyTagClassName
{
color: #E503D4;
}
</style>
background-color css
<style>
a { background-color: #E503D4; }
a { background-color: rgb(229,3,212); }
div.DivClassName
{
background-color: #E503D4;
}
.BgClassName
{
background-color: #E503D4;
}
</style>
border-color css
<style>
span { border-color: #E503D4; }
span { border-color: rgb(229,3,212); }
td.TdClassName
{
border-color: #E503D4;
}
.TagClassName
{
border-color: #E503D4;
}
</style>