Shades of Deep Magenta #E009D5
Tints of Deep Magenta #E009D5
RGB
CMYK
RGB Variations
Color information
#E009D5 (or 0xE009D5) is known color: Deep Magenta. HEX triplet: E0, 09 and D5. RGB value is (224,9,213). Sum of RGB (Red+Green+Blue) = 224+9+213=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E009D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009D5 is #1FF62A. Grayscale: #5F5F5F. Windows color (decimal): -2094635 or 13961696. OLE color: 13961696.
HSL color Cylindrical-coordinate representation of color #E009D5: hue angle of 303.07º 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 #E009D5 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 213 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.12 |
| HSL | 303.07º | 0.92% | 0.46% | - |
| HSV(B) | 303.07º | 0.96% | 0.88% | - |
| XYZ | 42.85 | 20.85 | 64.72 | - |
| YUV | 96.54 | 193.73 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 213 | 0 | 0.96 | 0.05 | 0.12 | 303.07 | 0.92 | 0.46 |
| Hex | E0 | 9 | D5 | 0 | 60 | 5 | C | 12F | 5C | 2E |
| Octal | 340 | 11 | 325 | 0 | 140 | 5 | 14 | 457 | 134 | 56 |
| Binary | 11100000 | 1001 | 11010101 | 0 | 1100000 | 101 | 1100 | 100101111 | 1011100 | 101110 |
Color Harmonies of #E009D5
Complementary color
Monochromatic Colors of #E009D5
Black with #E009D5
Text Example
Text Example
White with #E009D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009D5; }
p { color: rgb(224,9,213); }
H1.HeaderClassName
{
color: #E009D5;
}
.AnyTagClassName
{
color: #E009D5;
}
</style>
background-color css
<style>
a { background-color: #E009D5; }
a { background-color: rgb(224,9,213); }
div.DivClassName
{
background-color: #E009D5;
}
.BgClassName
{
background-color: #E009D5;
}
</style>
border-color css
<style>
span { border-color: #E009D5; }
span { border-color: rgb(224,9,213); }
td.TdClassName
{
border-color: #E009D5;
}
.TagClassName
{
border-color: #E009D5;
}
</style>