Shades of Hot Magenta #E708D9
Tints of Hot Magenta #E708D9
RGB
CMYK
RGB Variations
Color information
#E708D9 (or 0xE708D9) is known color: Hot Magenta. HEX triplet: E7, 08 and D9. RGB value is (231,8,217). Sum of RGB (Red+Green+Blue) = 231+8+217=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E708D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708D9 is #18F726. Grayscale: #616161. Windows color (decimal): -1636135 or 14223591. OLE color: 14223591.
HSL color Cylindrical-coordinate representation of color #E708D9: hue angle of 303.77º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E708D9 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 217 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.09 |
| HSL | 303.77º | 0.93% | 0.47% | - |
| HSV(B) | 303.77º | 0.97% | 0.91% | - |
| XYZ | 45.57 | 22.17 | 67.52 | - |
| YUV | 98.5 | 194.88 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 217 | 0 | 0.97 | 0.06 | 0.09 | 303.77 | 0.93 | 0.47 |
| Hex | E7 | 8 | D9 | 0 | 61 | 6 | 9 | 130 | 5D | 2F |
| Octal | 347 | 10 | 331 | 0 | 141 | 6 | 11 | 460 | 135 | 57 |
| Binary | 11100111 | 1000 | 11011001 | 0 | 1100001 | 110 | 1001 | 100110000 | 1011101 | 101111 |
Color Harmonies of #E708D9
Complementary color
Monochromatic Colors of #E708D9
Black with #E708D9
Text Example
Text Example
White with #E708D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708D9; }
p { color: rgb(231,8,217); }
H1.HeaderClassName
{
color: #E708D9;
}
.AnyTagClassName
{
color: #E708D9;
}
</style>
background-color css
<style>
a { background-color: #E708D9; }
a { background-color: rgb(231,8,217); }
div.DivClassName
{
background-color: #E708D9;
}
.BgClassName
{
background-color: #E708D9;
}
</style>
border-color css
<style>
span { border-color: #E708D9; }
span { border-color: rgb(231,8,217); }
td.TdClassName
{
border-color: #E708D9;
}
.TagClassName
{
border-color: #E708D9;
}
</style>