Shades of Deep Magenta #E708DF
Tints of Deep Magenta #E708DF
RGB
CMYK
RGB Variations
Color information
#E708DF (or 0xE708DF) is known color: Deep Magenta. HEX triplet: E7, 08 and DF. RGB value is (231,8,223). Sum of RGB (Red+Green+Blue) = 231+8+223=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E708DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708DF is #18F720. Grayscale: #626262. Windows color (decimal): -1636129 or 14616807. OLE color: 14616807.
HSL color Cylindrical-coordinate representation of color #E708DF: hue angle of 302.15º 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 #E708DF is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.09 |
| HSL | 302.15º | 0.93% | 0.47% | - |
| HSV(B) | 302.15º | 0.97% | 0.91% | - |
| XYZ | 46.36 | 22.49 | 71.71 | - |
| YUV | 99.19 | 197.88 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 223 | 0 | 0.97 | 0.03 | 0.09 | 302.15 | 0.93 | 0.47 |
| Hex | E7 | 8 | DF | 0 | 61 | 3 | 9 | 12E | 5D | 2F |
| Octal | 347 | 10 | 337 | 0 | 141 | 3 | 11 | 456 | 135 | 57 |
| Binary | 11100111 | 1000 | 11011111 | 0 | 1100001 | 11 | 1001 | 100101110 | 1011101 | 101111 |
Color Harmonies of #E708DF
Complementary color
Monochromatic Colors of #E708DF
Black with #E708DF
Text Example
Text Example
White with #E708DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708DF; }
p { color: rgb(231,8,223); }
H1.HeaderClassName
{
color: #E708DF;
}
.AnyTagClassName
{
color: #E708DF;
}
</style>
background-color css
<style>
a { background-color: #E708DF; }
a { background-color: rgb(231,8,223); }
div.DivClassName
{
background-color: #E708DF;
}
.BgClassName
{
background-color: #E708DF;
}
</style>
border-color css
<style>
span { border-color: #E708DF; }
span { border-color: rgb(231,8,223); }
td.TdClassName
{
border-color: #E708DF;
}
.TagClassName
{
border-color: #E708DF;
}
</style>