Shades of Deep Magenta #E60EDD
Tints of Deep Magenta #E60EDD
RGB
CMYK
RGB Variations
Color information
#E60EDD (or 0xE60EDD) is known color: Deep Magenta. HEX triplet: E6, 0E and DD. RGB value is (230,14,221). Sum of RGB (Red+Green+Blue) = 230+14+221=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 14 (5.86% from 255 or 3.01% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60EDD is #19F122. Grayscale: #656565. Windows color (decimal): -1700131 or 14487270. OLE color: 14487270.
HSL color Cylindrical-coordinate representation of color #E60EDD: hue angle of 302.5º 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 #E60EDD is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 221 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.10 |
| HSL | 302.5º | 0.89% | 0.48% | - |
| HSV(B) | 302.5º | 0.94% | 0.9% | - |
| XYZ | 45.84 | 22.36 | 70.31 | - |
| YUV | 102.18 | 195.06 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 221 | 0 | 0.94 | 0.04 | 0.10 | 302.5 | 0.89 | 0.48 |
| Hex | E6 | E | DD | 0 | 5E | 4 | A | 12E | 59 | 30 |
| Octal | 346 | 16 | 335 | 0 | 136 | 4 | 12 | 456 | 131 | 60 |
| Binary | 11100110 | 1110 | 11011101 | 0 | 1011110 | 100 | 1010 | 100101110 | 1011001 | 110000 |
Color Harmonies of #E60EDD
Complementary color
Monochromatic Colors of #E60EDD
Black with #E60EDD
Text Example
Text Example
White with #E60EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EDD; }
p { color: rgb(230,14,221); }
H1.HeaderClassName
{
color: #E60EDD;
}
.AnyTagClassName
{
color: #E60EDD;
}
</style>
background-color css
<style>
a { background-color: #E60EDD; }
a { background-color: rgb(230,14,221); }
div.DivClassName
{
background-color: #E60EDD;
}
.BgClassName
{
background-color: #E60EDD;
}
</style>
border-color css
<style>
span { border-color: #E60EDD; }
span { border-color: rgb(230,14,221); }
td.TdClassName
{
border-color: #E60EDD;
}
.TagClassName
{
border-color: #E60EDD;
}
</style>