Shades of Hot Magenta #E708D5
Tints of Hot Magenta #E708D5
RGB
CMYK
RGB Variations
Color information
#E708D5 (or 0xE708D5) is known color: Hot Magenta. HEX triplet: E7, 08 and D5. RGB value is (231,8,213). Sum of RGB (Red+Green+Blue) = 231+8+213=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 8 (3.52% from 255 or 1.77% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E708D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708D5 is #18F72A. Grayscale: #616161. Windows color (decimal): -1636139 or 13961447. OLE color: 13961447.
HSL color Cylindrical-coordinate representation of color #E708D5: hue angle of 304.84º 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 #E708D5 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 213 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.09 |
| HSL | 304.84º | 0.93% | 0.47% | - |
| HSV(B) | 304.84º | 0.97% | 0.91% | - |
| XYZ | 45.05 | 21.97 | 64.82 | - |
| YUV | 98.05 | 192.88 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 213 | 0 | 0.97 | 0.08 | 0.09 | 304.84 | 0.93 | 0.47 |
| Hex | E7 | 8 | D5 | 0 | 61 | 8 | 9 | 131 | 5D | 2F |
| Octal | 347 | 10 | 325 | 0 | 141 | 10 | 11 | 461 | 135 | 57 |
| Binary | 11100111 | 1000 | 11010101 | 0 | 1100001 | 1000 | 1001 | 100110001 | 1011101 | 101111 |
Color Harmonies of #E708D5
Complementary color
Monochromatic Colors of #E708D5
Black with #E708D5
Text Example
Text Example
White with #E708D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708D5; }
p { color: rgb(231,8,213); }
H1.HeaderClassName
{
color: #E708D5;
}
.AnyTagClassName
{
color: #E708D5;
}
</style>
background-color css
<style>
a { background-color: #E708D5; }
a { background-color: rgb(231,8,213); }
div.DivClassName
{
background-color: #E708D5;
}
.BgClassName
{
background-color: #E708D5;
}
</style>
border-color css
<style>
span { border-color: #E708D5; }
span { border-color: rgb(231,8,213); }
td.TdClassName
{
border-color: #E708D5;
}
.TagClassName
{
border-color: #E708D5;
}
</style>