Shades of Hot Magenta #E809DD
Tints of Hot Magenta #E809DD
RGB
CMYK
RGB Variations
Color information
#E809DD (or 0xE809DD) is known color: Hot Magenta. HEX triplet: E8, 09 and DD. RGB value is (232,9,221). Sum of RGB (Red+Green+Blue) = 232+9+221=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 9 (3.91% from 255 or 1.95% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E809DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E809DD is #17F622. Grayscale: #636363. Windows color (decimal): -1570339 or 14485992. OLE color: 14485992.
HSL color Cylindrical-coordinate representation of color #E809DD: hue angle of 302.96º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E809DD is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 221 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.09 |
| HSL | 302.96º | 0.93% | 0.47% | - |
| HSV(B) | 302.96º | 0.96% | 0.91% | - |
| XYZ | 46.43 | 22.57 | 70.32 | - |
| YUV | 99.85 | 196.38 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 221 | 0 | 0.96 | 0.05 | 0.09 | 302.96 | 0.93 | 0.47 |
| Hex | E8 | 9 | DD | 0 | 60 | 5 | 9 | 12F | 5D | 2F |
| Octal | 350 | 11 | 335 | 0 | 140 | 5 | 11 | 457 | 135 | 57 |
| Binary | 11101000 | 1001 | 11011101 | 0 | 1100000 | 101 | 1001 | 100101111 | 1011101 | 101111 |
Color Harmonies of #E809DD
Complementary color
Monochromatic Colors of #E809DD
Black with #E809DD
Text Example
Text Example
White with #E809DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809DD; }
p { color: rgb(232,9,221); }
H1.HeaderClassName
{
color: #E809DD;
}
.AnyTagClassName
{
color: #E809DD;
}
</style>
background-color css
<style>
a { background-color: #E809DD; }
a { background-color: rgb(232,9,221); }
div.DivClassName
{
background-color: #E809DD;
}
.BgClassName
{
background-color: #E809DD;
}
</style>
border-color css
<style>
span { border-color: #E809DD; }
span { border-color: rgb(232,9,221); }
td.TdClassName
{
border-color: #E809DD;
}
.TagClassName
{
border-color: #E809DD;
}
</style>