Shades of Deep Magenta #E60FD9
Tints of Deep Magenta #E60FD9
RGB
CMYK
RGB Variations
Color information
#E60FD9 (or 0xE60FD9) is known color: Deep Magenta. HEX triplet: E6, 0F and D9. RGB value is (230,15,217). Sum of RGB (Red+Green+Blue) = 230+15+217=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 15 (6.25% from 255 or 3.25% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E60FD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60FD9 is #19F026. Grayscale: #656565. Windows color (decimal): -1699879 or 14225382. OLE color: 14225382.
HSL color Cylindrical-coordinate representation of color #E60FD9: hue angle of 303.63º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60FD9 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 217 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.10 |
| HSL | 303.63º | 0.88% | 0.48% | - |
| HSV(B) | 303.63º | 0.93% | 0.9% | - |
| XYZ | 45.33 | 22.17 | 67.54 | - |
| YUV | 102.31 | 192.73 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 217 | 0 | 0.93 | 0.06 | 0.10 | 303.63 | 0.88 | 0.48 |
| Hex | E6 | F | D9 | 0 | 5D | 6 | A | 130 | 58 | 30 |
| Octal | 346 | 17 | 331 | 0 | 135 | 6 | 12 | 460 | 130 | 60 |
| Binary | 11100110 | 1111 | 11011001 | 0 | 1011101 | 110 | 1010 | 100110000 | 1011000 | 110000 |
Color Harmonies of #E60FD9
Complementary color
Monochromatic Colors of #E60FD9
Black with #E60FD9
Text Example
Text Example
White with #E60FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60FD9; }
p { color: rgb(230,15,217); }
H1.HeaderClassName
{
color: #E60FD9;
}
.AnyTagClassName
{
color: #E60FD9;
}
</style>
background-color css
<style>
a { background-color: #E60FD9; }
a { background-color: rgb(230,15,217); }
div.DivClassName
{
background-color: #E60FD9;
}
.BgClassName
{
background-color: #E60FD9;
}
</style>
border-color css
<style>
span { border-color: #E60FD9; }
span { border-color: rgb(230,15,217); }
td.TdClassName
{
border-color: #E60FD9;
}
.TagClassName
{
border-color: #E60FD9;
}
</style>