Shades of Deep Magenta #E504D8
Tints of Deep Magenta #E504D8
RGB
CMYK
RGB Variations
Color information
#E504D8 (or 0xE504D8) is known color: Deep Magenta. HEX triplet: E5, 04 and D8. RGB value is (229,4,216). Sum of RGB (Red+Green+Blue) = 229+4+216=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E504D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504D8 is #1AFB27. Grayscale: #5E5E5E. Windows color (decimal): -1768232 or 14157029. OLE color: 14157029.
HSL color Cylindrical-coordinate representation of color #E504D8: hue angle of 303.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504D8 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 216 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.10 |
| HSL | 303.47º | 0.97% | 0.46% | - |
| HSV(B) | 303.47º | 0.98% | 0.9% | - |
| XYZ | 44.75 | 21.7 | 66.8 | - |
| YUV | 95.44 | 196.04 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 216 | 0 | 0.98 | 0.06 | 0.10 | 303.47 | 0.97 | 0.46 |
| Hex | E5 | 4 | D8 | 0 | 62 | 6 | A | 12F | 61 | 2E |
| Octal | 345 | 4 | 330 | 0 | 142 | 6 | 12 | 457 | 141 | 56 |
| Binary | 11100101 | 100 | 11011000 | 0 | 1100010 | 110 | 1010 | 100101111 | 1100001 | 101110 |
Color Harmonies of #E504D8
Complementary color
Monochromatic Colors of #E504D8
Black with #E504D8
Text Example
Text Example
White with #E504D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E504D8; }
p { color: rgb(229,4,216); }
H1.HeaderClassName
{
color: #E504D8;
}
.AnyTagClassName
{
color: #E504D8;
}
</style>
background-color css
<style>
a { background-color: #E504D8; }
a { background-color: rgb(229,4,216); }
div.DivClassName
{
background-color: #E504D8;
}
.BgClassName
{
background-color: #E504D8;
}
</style>
border-color css
<style>
span { border-color: #E504D8; }
span { border-color: rgb(229,4,216); }
td.TdClassName
{
border-color: #E504D8;
}
.TagClassName
{
border-color: #E504D8;
}
</style>