Shades of Deep Magenta #E009D4
Tints of Deep Magenta #E009D4
RGB
CMYK
RGB Variations
Color information
#E009D4 (or 0xE009D4) is known color: Deep Magenta. HEX triplet: E0, 09 and D4. RGB value is (224,9,212). Sum of RGB (Red+Green+Blue) = 224+9+212=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E009D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009D4 is #1FF62B. Grayscale: #5F5F5F. Windows color (decimal): -2094636 or 13896160. OLE color: 13896160.
HSL color Cylindrical-coordinate representation of color #E009D4: hue angle of 303.35º 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 #E009D4 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 212 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.12 |
| HSL | 303.35º | 0.92% | 0.46% | - |
| HSV(B) | 303.35º | 0.96% | 0.88% | - |
| XYZ | 42.72 | 20.8 | 64.05 | - |
| YUV | 96.43 | 193.23 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 212 | 0 | 0.96 | 0.05 | 0.12 | 303.35 | 0.92 | 0.46 |
| Hex | E0 | 9 | D4 | 0 | 60 | 5 | C | 12F | 5C | 2E |
| Octal | 340 | 11 | 324 | 0 | 140 | 5 | 14 | 457 | 134 | 56 |
| Binary | 11100000 | 1001 | 11010100 | 0 | 1100000 | 101 | 1100 | 100101111 | 1011100 | 101110 |
Color Harmonies of #E009D4
Complementary color
Monochromatic Colors of #E009D4
Black with #E009D4
Text Example
Text Example
White with #E009D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009D4; }
p { color: rgb(224,9,212); }
H1.HeaderClassName
{
color: #E009D4;
}
.AnyTagClassName
{
color: #E009D4;
}
</style>
background-color css
<style>
a { background-color: #E009D4; }
a { background-color: rgb(224,9,212); }
div.DivClassName
{
background-color: #E009D4;
}
.BgClassName
{
background-color: #E009D4;
}
</style>
border-color css
<style>
span { border-color: #E009D4; }
span { border-color: rgb(224,9,212); }
td.TdClassName
{
border-color: #E009D4;
}
.TagClassName
{
border-color: #E009D4;
}
</style>