Shades of Hot Magenta #E809DF
Tints of Hot Magenta #E809DF
RGB
CMYK
RGB Variations
Color information
#E809DF (or 0xE809DF) is known color: Hot Magenta. HEX triplet: E8, 09 and DF. RGB value is (232,9,223). Sum of RGB (Red+Green+Blue) = 232+9+223=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 9 (3.91% from 255 or 1.94% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E809DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E809DF is #17F620. Grayscale: #636363. Windows color (decimal): -1570337 or 14617064. OLE color: 14617064.
HSL color Cylindrical-coordinate representation of color #E809DF: hue angle of 302.42º 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 #E809DF is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.09 |
| HSL | 302.42º | 0.93% | 0.47% | - |
| HSV(B) | 302.42º | 0.96% | 0.91% | - |
| XYZ | 46.7 | 22.68 | 71.73 | - |
| YUV | 100.07 | 197.38 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 223 | 0 | 0.96 | 0.04 | 0.09 | 302.42 | 0.93 | 0.47 |
| Hex | E8 | 9 | DF | 0 | 60 | 4 | 9 | 12E | 5D | 2F |
| Octal | 350 | 11 | 337 | 0 | 140 | 4 | 11 | 456 | 135 | 57 |
| Binary | 11101000 | 1001 | 11011111 | 0 | 1100000 | 100 | 1001 | 100101110 | 1011101 | 101111 |
Color Harmonies of #E809DF
Complementary color
Monochromatic Colors of #E809DF
Black with #E809DF
Text Example
Text Example
White with #E809DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809DF; }
p { color: rgb(232,9,223); }
H1.HeaderClassName
{
color: #E809DF;
}
.AnyTagClassName
{
color: #E809DF;
}
</style>
background-color css
<style>
a { background-color: #E809DF; }
a { background-color: rgb(232,9,223); }
div.DivClassName
{
background-color: #E809DF;
}
.BgClassName
{
background-color: #E809DF;
}
</style>
border-color css
<style>
span { border-color: #E809DF; }
span { border-color: rgb(232,9,223); }
td.TdClassName
{
border-color: #E809DF;
}
.TagClassName
{
border-color: #E809DF;
}
</style>