Shades of Deep Magenta #E60DDC
Tints of Deep Magenta #E60DDC
RGB
CMYK
RGB Variations
Color information
#E60DDC (or 0xE60DDC) is known color: Deep Magenta. HEX triplet: E6, 0D and DC. RGB value is (230,13,220). Sum of RGB (Red+Green+Blue) = 230+13+220=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DDC is #19F223. Grayscale: #646464. Windows color (decimal): -1700388 or 14421478. OLE color: 14421478.
HSL color Cylindrical-coordinate representation of color #E60DDC: hue angle of 302.76º 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 #E60DDC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 220 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.10 |
| HSL | 302.77º | 0.89% | 0.48% | - |
| HSV(B) | 302.77º | 0.94% | 0.9% | - |
| XYZ | 45.7 | 22.28 | 69.6 | - |
| YUV | 101.48 | 194.89 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 220 | 0 | 0.94 | 0.04 | 0.10 | 302.77 | 0.89 | 0.48 |
| Hex | E6 | D | DC | 0 | 5E | 4 | A | 12F | 59 | 30 |
| Octal | 346 | 15 | 334 | 0 | 136 | 4 | 12 | 457 | 131 | 60 |
| Binary | 11100110 | 1101 | 11011100 | 0 | 1011110 | 100 | 1010 | 100101111 | 1011001 | 110000 |
Color Harmonies of #E60DDC
Complementary color
Monochromatic Colors of #E60DDC
Black with #E60DDC
Text Example
Text Example
White with #E60DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DDC; }
p { color: rgb(230,13,220); }
H1.HeaderClassName
{
color: #E60DDC;
}
.AnyTagClassName
{
color: #E60DDC;
}
</style>
background-color css
<style>
a { background-color: #E60DDC; }
a { background-color: rgb(230,13,220); }
div.DivClassName
{
background-color: #E60DDC;
}
.BgClassName
{
background-color: #E60DDC;
}
</style>
border-color css
<style>
span { border-color: #E60DDC; }
span { border-color: rgb(230,13,220); }
td.TdClassName
{
border-color: #E60DDC;
}
.TagClassName
{
border-color: #E60DDC;
}
</style>