Shades of Deep Magenta #E509D9
Tints of Deep Magenta #E509D9
RGB
CMYK
RGB Variations
Color information
#E509D9 (or 0xE509D9) is known color: Deep Magenta. HEX triplet: E5, 09 and D9. RGB value is (229,9,217). Sum of RGB (Red+Green+Blue) = 229+9+217=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E509D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E509D9 is #1AF626. Grayscale: #616161. Windows color (decimal): -1766951 or 14223845. OLE color: 14223845.
HSL color Cylindrical-coordinate representation of color #E509D9: hue angle of 303.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E509D9 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 217 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.10 |
| HSL | 303.27º | 0.92% | 0.47% | - |
| HSV(B) | 303.27º | 0.96% | 0.9% | - |
| XYZ | 44.94 | 21.86 | 67.5 | - |
| YUV | 98.49 | 194.89 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 217 | 0 | 0.96 | 0.05 | 0.10 | 303.27 | 0.92 | 0.47 |
| Hex | E5 | 9 | D9 | 0 | 60 | 5 | A | 12F | 5C | 2F |
| Octal | 345 | 11 | 331 | 0 | 140 | 5 | 12 | 457 | 134 | 57 |
| Binary | 11100101 | 1001 | 11011001 | 0 | 1100000 | 101 | 1010 | 100101111 | 1011100 | 101111 |
Color Harmonies of #E509D9
Complementary color
Monochromatic Colors of #E509D9
Black with #E509D9
Text Example
Text Example
White with #E509D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E509D9; }
p { color: rgb(229,9,217); }
H1.HeaderClassName
{
color: #E509D9;
}
.AnyTagClassName
{
color: #E509D9;
}
</style>
background-color css
<style>
a { background-color: #E509D9; }
a { background-color: rgb(229,9,217); }
div.DivClassName
{
background-color: #E509D9;
}
.BgClassName
{
background-color: #E509D9;
}
</style>
border-color css
<style>
span { border-color: #E509D9; }
span { border-color: rgb(229,9,217); }
td.TdClassName
{
border-color: #E509D9;
}
.TagClassName
{
border-color: #E509D9;
}
</style>