Shades of Deep Magenta #E60ED9
Tints of Deep Magenta #E60ED9
RGB
CMYK
RGB Variations
Color information
#E60ED9 (or 0xE60ED9) is known color: Deep Magenta. HEX triplet: E6, 0E and D9. RGB value is (230,14,217). Sum of RGB (Red+Green+Blue) = 230+14+217=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ED9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ED9 is #19F126. Grayscale: #656565. Windows color (decimal): -1700135 or 14225126. OLE color: 14225126.
HSL color Cylindrical-coordinate representation of color #E60ED9: hue angle of 303.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60ED9 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 217 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.10 |
| HSL | 303.61º | 0.89% | 0.48% | - |
| HSV(B) | 303.61º | 0.94% | 0.9% | - |
| XYZ | 45.31 | 22.15 | 67.53 | - |
| YUV | 101.73 | 193.06 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 217 | 0 | 0.94 | 0.06 | 0.10 | 303.61 | 0.89 | 0.48 |
| Hex | E6 | E | D9 | 0 | 5E | 6 | A | 130 | 59 | 30 |
| Octal | 346 | 16 | 331 | 0 | 136 | 6 | 12 | 460 | 131 | 60 |
| Binary | 11100110 | 1110 | 11011001 | 0 | 1011110 | 110 | 1010 | 100110000 | 1011001 | 110000 |
Color Harmonies of #E60ED9
Complementary color
Monochromatic Colors of #E60ED9
Black with #E60ED9
Text Example
Text Example
White with #E60ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ED9; }
p { color: rgb(230,14,217); }
H1.HeaderClassName
{
color: #E60ED9;
}
.AnyTagClassName
{
color: #E60ED9;
}
</style>
background-color css
<style>
a { background-color: #E60ED9; }
a { background-color: rgb(230,14,217); }
div.DivClassName
{
background-color: #E60ED9;
}
.BgClassName
{
background-color: #E60ED9;
}
</style>
border-color css
<style>
span { border-color: #E60ED9; }
span { border-color: rgb(230,14,217); }
td.TdClassName
{
border-color: #E60ED9;
}
.TagClassName
{
border-color: #E60ED9;
}
</style>