Shades of Hot Magenta #E708DC
Tints of Hot Magenta #E708DC
RGB
CMYK
RGB Variations
Color information
#E708DC (or 0xE708DC) is known color: Hot Magenta. HEX triplet: E7, 08 and DC. RGB value is (231,8,220). Sum of RGB (Red+Green+Blue) = 231+8+220=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E708DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708DC is #18F723. Grayscale: #626262. Windows color (decimal): -1636132 or 14420199. OLE color: 14420199.
HSL color Cylindrical-coordinate representation of color #E708DC: 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.97%. Process color model (Four color, CMYK) of #E708DC is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 220 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.09 |
| HSL | 302.96º | 0.93% | 0.47% | - |
| HSV(B) | 302.96º | 0.97% | 0.91% | - |
| XYZ | 45.96 | 22.33 | 69.6 | - |
| YUV | 98.85 | 196.38 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 220 | 0 | 0.97 | 0.05 | 0.09 | 302.96 | 0.93 | 0.47 |
| Hex | E7 | 8 | DC | 0 | 61 | 5 | 9 | 12F | 5D | 2F |
| Octal | 347 | 10 | 334 | 0 | 141 | 5 | 11 | 457 | 135 | 57 |
| Binary | 11100111 | 1000 | 11011100 | 0 | 1100001 | 101 | 1001 | 100101111 | 1011101 | 101111 |
Color Harmonies of #E708DC
Complementary color
Monochromatic Colors of #E708DC
Black with #E708DC
Text Example
Text Example
White with #E708DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708DC; }
p { color: rgb(231,8,220); }
H1.HeaderClassName
{
color: #E708DC;
}
.AnyTagClassName
{
color: #E708DC;
}
</style>
background-color css
<style>
a { background-color: #E708DC; }
a { background-color: rgb(231,8,220); }
div.DivClassName
{
background-color: #E708DC;
}
.BgClassName
{
background-color: #E708DC;
}
</style>
border-color css
<style>
span { border-color: #E708DC; }
span { border-color: rgb(231,8,220); }
td.TdClassName
{
border-color: #E708DC;
}
.TagClassName
{
border-color: #E708DC;
}
</style>