Shades of Deep Magenta #E009D3
Tints of Deep Magenta #E009D3
RGB
CMYK
RGB Variations
Color information
#E009D3 (or 0xE009D3) is known color: Deep Magenta. HEX triplet: E0, 09 and D3. RGB value is (224,9,211). Sum of RGB (Red+Green+Blue) = 224+9+211=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E009D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E009D3 is #1FF62C. Grayscale: #5F5F5F. Windows color (decimal): -2094637 or 13830624. OLE color: 13830624.
HSL color Cylindrical-coordinate representation of color #E009D3: hue angle of 303.63º 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 #E009D3 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 211 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.12 |
| HSL | 303.63º | 0.92% | 0.46% | - |
| HSV(B) | 303.63º | 0.96% | 0.88% | - |
| XYZ | 42.6 | 20.75 | 63.39 | - |
| YUV | 96.31 | 192.73 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 211 | 0 | 0.96 | 0.06 | 0.12 | 303.63 | 0.92 | 0.46 |
| Hex | E0 | 9 | D3 | 0 | 60 | 6 | C | 130 | 5C | 2E |
| Octal | 340 | 11 | 323 | 0 | 140 | 6 | 14 | 460 | 134 | 56 |
| Binary | 11100000 | 1001 | 11010011 | 0 | 1100000 | 110 | 1100 | 100110000 | 1011100 | 101110 |
Color Harmonies of #E009D3
Complementary color
Monochromatic Colors of #E009D3
Black with #E009D3
Text Example
Text Example
White with #E009D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E009D3; }
p { color: rgb(224,9,211); }
H1.HeaderClassName
{
color: #E009D3;
}
.AnyTagClassName
{
color: #E009D3;
}
</style>
background-color css
<style>
a { background-color: #E009D3; }
a { background-color: rgb(224,9,211); }
div.DivClassName
{
background-color: #E009D3;
}
.BgClassName
{
background-color: #E009D3;
}
</style>
border-color css
<style>
span { border-color: #E009D3; }
span { border-color: rgb(224,9,211); }
td.TdClassName
{
border-color: #E009D3;
}
.TagClassName
{
border-color: #E009D3;
}
</style>