Shades of Deep Magenta #E60ED8
Tints of Deep Magenta #E60ED8
RGB
CMYK
RGB Variations
Color information
#E60ED8 (or 0xE60ED8) is known color: Deep Magenta. HEX triplet: E6, 0E and D8. RGB value is (230,14,216). Sum of RGB (Red+Green+Blue) = 230+14+216=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ED8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ED8 is #19F127. Grayscale: #656565. Windows color (decimal): -1700136 or 14159590. OLE color: 14159590.
HSL color Cylindrical-coordinate representation of color #E60ED8: hue angle of 303.89º 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 #E60ED8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 216 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.10 |
| HSL | 303.89º | 0.89% | 0.48% | - |
| HSV(B) | 303.89º | 0.94% | 0.9% | - |
| XYZ | 45.18 | 22.09 | 66.85 | - |
| YUV | 101.61 | 192.56 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 216 | 0 | 0.94 | 0.06 | 0.10 | 303.89 | 0.89 | 0.48 |
| Hex | E6 | E | D8 | 0 | 5E | 6 | A | 130 | 59 | 30 |
| Octal | 346 | 16 | 330 | 0 | 136 | 6 | 12 | 460 | 131 | 60 |
| Binary | 11100110 | 1110 | 11011000 | 0 | 1011110 | 110 | 1010 | 100110000 | 1011001 | 110000 |
Color Harmonies of #E60ED8
Complementary color
Monochromatic Colors of #E60ED8
Black with #E60ED8
Text Example
Text Example
White with #E60ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ED8; }
p { color: rgb(230,14,216); }
H1.HeaderClassName
{
color: #E60ED8;
}
.AnyTagClassName
{
color: #E60ED8;
}
</style>
background-color css
<style>
a { background-color: #E60ED8; }
a { background-color: rgb(230,14,216); }
div.DivClassName
{
background-color: #E60ED8;
}
.BgClassName
{
background-color: #E60ED8;
}
</style>
border-color css
<style>
span { border-color: #E60ED8; }
span { border-color: rgb(230,14,216); }
td.TdClassName
{
border-color: #E60ED8;
}
.TagClassName
{
border-color: #E60ED8;
}
</style>