Shades of Deep Magenta #E009D0
Tints of Deep Magenta #E009D0
RGB
CMYK
RGB Variations
Color information
#E009D0 (or 0xE009D0) is known color: Deep Magenta. HEX triplet: E0, 09 and D0. RGB value is (224,9,208). Sum of RGB (Red+Green+Blue) = 224+9+208=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E009D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009D0 is #1FF62F. Grayscale: #5F5F5F. Windows color (decimal): -2094640 or 13634016. OLE color: 13634016.
HSL color Cylindrical-coordinate representation of color #E009D0: hue angle of 304.47º 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 #E009D0 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 208 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.12 |
| HSL | 304.47º | 0.92% | 0.46% | - |
| HSV(B) | 304.47º | 0.96% | 0.88% | - |
| XYZ | 42.22 | 20.6 | 61.42 | - |
| YUV | 95.97 | 191.23 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 208 | 0 | 0.96 | 0.07 | 0.12 | 304.47 | 0.92 | 0.46 |
| Hex | E0 | 9 | D0 | 0 | 60 | 7 | C | 130 | 5C | 2E |
| Octal | 340 | 11 | 320 | 0 | 140 | 7 | 14 | 460 | 134 | 56 |
| Binary | 11100000 | 1001 | 11010000 | 0 | 1100000 | 111 | 1100 | 100110000 | 1011100 | 101110 |
Color Harmonies of #E009D0
Complementary color
Monochromatic Colors of #E009D0
Black with #E009D0
Text Example
Text Example
White with #E009D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009D0; }
p { color: rgb(224,9,208); }
H1.HeaderClassName
{
color: #E009D0;
}
.AnyTagClassName
{
color: #E009D0;
}
</style>
background-color css
<style>
a { background-color: #E009D0; }
a { background-color: rgb(224,9,208); }
div.DivClassName
{
background-color: #E009D0;
}
.BgClassName
{
background-color: #E009D0;
}
</style>
border-color css
<style>
span { border-color: #E009D0; }
span { border-color: rgb(224,9,208); }
td.TdClassName
{
border-color: #E009D0;
}
.TagClassName
{
border-color: #E009D0;
}
</style>