Shades of Deep Magenta #E505D8
Tints of Deep Magenta #E505D8
RGB
CMYK
RGB Variations
Color information
#E505D8 (or 0xE505D8) is known color: Deep Magenta. HEX triplet: E5, 05 and D8. RGB value is (229,5,216). Sum of RGB (Red+Green+Blue) = 229+5+216=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E505D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505D8 is #1AFA27. Grayscale: #5F5F5F. Windows color (decimal): -1767976 or 14157285. OLE color: 14157285.
HSL color Cylindrical-coordinate representation of color #E505D8: hue angle of 303.48º degrees, saturation: 0.96, 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 #E505D8 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 216 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.10 |
| HSL | 303.48º | 0.96% | 0.46% | - |
| HSV(B) | 303.48º | 0.98% | 0.9% | - |
| XYZ | 44.76 | 21.72 | 66.8 | - |
| YUV | 96.03 | 195.71 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 216 | 0 | 0.98 | 0.06 | 0.10 | 303.48 | 0.96 | 0.46 |
| Hex | E5 | 5 | D8 | 0 | 62 | 6 | A | 12F | 60 | 2E |
| Octal | 345 | 5 | 330 | 0 | 142 | 6 | 12 | 457 | 140 | 56 |
| Binary | 11100101 | 101 | 11011000 | 0 | 1100010 | 110 | 1010 | 100101111 | 1100000 | 101110 |
Color Harmonies of #E505D8
Complementary color
Monochromatic Colors of #E505D8
Black with #E505D8
Text Example
Text Example
White with #E505D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505D8; }
p { color: rgb(229,5,216); }
H1.HeaderClassName
{
color: #E505D8;
}
.AnyTagClassName
{
color: #E505D8;
}
</style>
background-color css
<style>
a { background-color: #E505D8; }
a { background-color: rgb(229,5,216); }
div.DivClassName
{
background-color: #E505D8;
}
.BgClassName
{
background-color: #E505D8;
}
</style>
border-color css
<style>
span { border-color: #E505D8; }
span { border-color: rgb(229,5,216); }
td.TdClassName
{
border-color: #E505D8;
}
.TagClassName
{
border-color: #E505D8;
}
</style>