Shades of Deep Magenta #E60DDD
Tints of Deep Magenta #E60DDD
RGB
CMYK
RGB Variations
Color information
#E60DDD (or 0xE60DDD) is known color: Deep Magenta. HEX triplet: E6, 0D and DD. RGB value is (230,13,221). Sum of RGB (Red+Green+Blue) = 230+13+221=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DDD is #19F222. Grayscale: #646464. Windows color (decimal): -1700387 or 14487014. OLE color: 14487014.
HSL color Cylindrical-coordinate representation of color #E60DDD: hue angle of 302.49º 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 #E60DDD is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 221 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.10 |
| HSL | 302.49º | 0.89% | 0.48% | - |
| HSV(B) | 302.49º | 0.94% | 0.9% | - |
| XYZ | 45.83 | 22.33 | 70.3 | - |
| YUV | 101.6 | 195.39 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 221 | 0 | 0.94 | 0.04 | 0.10 | 302.49 | 0.89 | 0.48 |
| Hex | E6 | D | DD | 0 | 5E | 4 | A | 12E | 59 | 30 |
| Octal | 346 | 15 | 335 | 0 | 136 | 4 | 12 | 456 | 131 | 60 |
| Binary | 11100110 | 1101 | 11011101 | 0 | 1011110 | 100 | 1010 | 100101110 | 1011001 | 110000 |
Color Harmonies of #E60DDD
Complementary color
Monochromatic Colors of #E60DDD
Black with #E60DDD
Text Example
Text Example
White with #E60DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DDD; }
p { color: rgb(230,13,221); }
H1.HeaderClassName
{
color: #E60DDD;
}
.AnyTagClassName
{
color: #E60DDD;
}
</style>
background-color css
<style>
a { background-color: #E60DDD; }
a { background-color: rgb(230,13,221); }
div.DivClassName
{
background-color: #E60DDD;
}
.BgClassName
{
background-color: #E60DDD;
}
</style>
border-color css
<style>
span { border-color: #E60DDD; }
span { border-color: rgb(230,13,221); }
td.TdClassName
{
border-color: #E60DDD;
}
.TagClassName
{
border-color: #E60DDD;
}
</style>