Shades of Hot Magenta #E809D5
Tints of Hot Magenta #E809D5
RGB
CMYK
RGB Variations
Color information
#E809D5 (or 0xE809D5) is known color: Hot Magenta. HEX triplet: E8, 09 and D5. RGB value is (232,9,213). Sum of RGB (Red+Green+Blue) = 232+9+213=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E809D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E809D5 is #17F62A. Grayscale: #626262. Windows color (decimal): -1570347 or 13961704. OLE color: 13961704.
HSL color Cylindrical-coordinate representation of color #E809D5: hue angle of 305.11º 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 #E809D5 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 213 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.09 |
| HSL | 305.11º | 0.93% | 0.47% | - |
| HSV(B) | 305.11º | 0.96% | 0.91% | - |
| XYZ | 45.39 | 22.16 | 64.84 | - |
| YUV | 98.93 | 192.38 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 213 | 0 | 0.96 | 0.08 | 0.09 | 305.11 | 0.93 | 0.47 |
| Hex | E8 | 9 | D5 | 0 | 60 | 8 | 9 | 131 | 5D | 2F |
| Octal | 350 | 11 | 325 | 0 | 140 | 10 | 11 | 461 | 135 | 57 |
| Binary | 11101000 | 1001 | 11010101 | 0 | 1100000 | 1000 | 1001 | 100110001 | 1011101 | 101111 |
Color Harmonies of #E809D5
Complementary color
Monochromatic Colors of #E809D5
Black with #E809D5
Text Example
Text Example
White with #E809D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809D5; }
p { color: rgb(232,9,213); }
H1.HeaderClassName
{
color: #E809D5;
}
.AnyTagClassName
{
color: #E809D5;
}
</style>
background-color css
<style>
a { background-color: #E809D5; }
a { background-color: rgb(232,9,213); }
div.DivClassName
{
background-color: #E809D5;
}
.BgClassName
{
background-color: #E809D5;
}
</style>
border-color css
<style>
span { border-color: #E809D5; }
span { border-color: rgb(232,9,213); }
td.TdClassName
{
border-color: #E809D5;
}
.TagClassName
{
border-color: #E809D5;
}
</style>