Shades of Deep Magenta #E60EDE
Tints of Deep Magenta #E60EDE
RGB
CMYK
RGB Variations
Color information
#E60EDE (or 0xE60EDE) is known color: Deep Magenta. HEX triplet: E6, 0E and DE. RGB value is (230,14,222). Sum of RGB (Red+Green+Blue) = 230+14+222=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60EDE is #19F121. Grayscale: #656565. Windows color (decimal): -1700130 or 14552806. OLE color: 14552806.
HSL color Cylindrical-coordinate representation of color #E60EDE: hue angle of 302.22º 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 #E60EDE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 222 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.10 |
| HSL | 302.22º | 0.89% | 0.48% | - |
| HSV(B) | 302.22º | 0.94% | 0.9% | - |
| XYZ | 45.97 | 22.41 | 71.01 | - |
| YUV | 102.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 222 | 0 | 0.94 | 0.03 | 0.10 | 302.22 | 0.89 | 0.48 |
| Hex | E6 | E | DE | 0 | 5E | 3 | A | 12E | 59 | 30 |
| Octal | 346 | 16 | 336 | 0 | 136 | 3 | 12 | 456 | 131 | 60 |
| Binary | 11100110 | 1110 | 11011110 | 0 | 1011110 | 11 | 1010 | 100101110 | 1011001 | 110000 |
Color Harmonies of #E60EDE
Complementary color
Monochromatic Colors of #E60EDE
Black with #E60EDE
Text Example
Text Example
White with #E60EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EDE; }
p { color: rgb(230,14,222); }
H1.HeaderClassName
{
color: #E60EDE;
}
.AnyTagClassName
{
color: #E60EDE;
}
</style>
background-color css
<style>
a { background-color: #E60EDE; }
a { background-color: rgb(230,14,222); }
div.DivClassName
{
background-color: #E60EDE;
}
.BgClassName
{
background-color: #E60EDE;
}
</style>
border-color css
<style>
span { border-color: #E60EDE; }
span { border-color: rgb(230,14,222); }
td.TdClassName
{
border-color: #E60EDE;
}
.TagClassName
{
border-color: #E60EDE;
}
</style>