Shades of Deep Magenta #E009DC
Tints of Deep Magenta #E009DC
RGB
CMYK
RGB Variations
Color information
#E009DC (or 0xE009DC) is known color: Deep Magenta. HEX triplet: E0, 09 and DC. RGB value is (224,9,220). Sum of RGB (Red+Green+Blue) = 224+9+220=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E009DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009DC is #1FF623. Grayscale: #606060. Windows color (decimal): -2094628 or 14420448. OLE color: 14420448.
HSL color Cylindrical-coordinate representation of color #E009DC: hue angle of 301.12º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E009DC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.12 |
| HSL | 301.12º | 0.92% | 0.46% | - |
| HSV(B) | 301.12º | 0.96% | 0.88% | - |
| XYZ | 43.76 | 21.21 | 69.5 | - |
| YUV | 97.34 | 197.23 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 220 | 0 | 0.96 | 0.02 | 0.12 | 301.12 | 0.92 | 0.46 |
| Hex | E0 | 9 | DC | 0 | 60 | 2 | C | 12D | 5C | 2E |
| Octal | 340 | 11 | 334 | 0 | 140 | 2 | 14 | 455 | 134 | 56 |
| Binary | 11100000 | 1001 | 11011100 | 0 | 1100000 | 10 | 1100 | 100101101 | 1011100 | 101110 |
Color Harmonies of #E009DC
Complementary color
Monochromatic Colors of #E009DC
Black with #E009DC
Text Example
Text Example
White with #E009DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009DC; }
p { color: rgb(224,9,220); }
H1.HeaderClassName
{
color: #E009DC;
}
.AnyTagClassName
{
color: #E009DC;
}
</style>
background-color css
<style>
a { background-color: #E009DC; }
a { background-color: rgb(224,9,220); }
div.DivClassName
{
background-color: #E009DC;
}
.BgClassName
{
background-color: #E009DC;
}
</style>
border-color css
<style>
span { border-color: #E009DC; }
span { border-color: rgb(224,9,220); }
td.TdClassName
{
border-color: #E009DC;
}
.TagClassName
{
border-color: #E009DC;
}
</style>