Shades of Deep Magenta #E708DD
Tints of Deep Magenta #E708DD
RGB
CMYK
RGB Variations
Color information
#E708DD (or 0xE708DD) is known color: Deep Magenta. HEX triplet: E7, 08 and DD. RGB value is (231,8,221). Sum of RGB (Red+Green+Blue) = 231+8+221=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E708DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708DD is #18F722. Grayscale: #626262. Windows color (decimal): -1636131 or 14485735. OLE color: 14485735.
HSL color Cylindrical-coordinate representation of color #E708DD: hue angle of 302.69º 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 #E708DD is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 221 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.09 |
| HSL | 302.69º | 0.93% | 0.47% | - |
| HSV(B) | 302.69º | 0.97% | 0.91% | - |
| XYZ | 46.09 | 22.38 | 70.3 | - |
| YUV | 98.96 | 196.88 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 221 | 0 | 0.97 | 0.04 | 0.09 | 302.69 | 0.93 | 0.47 |
| Hex | E7 | 8 | DD | 0 | 61 | 4 | 9 | 12F | 5D | 2F |
| Octal | 347 | 10 | 335 | 0 | 141 | 4 | 11 | 457 | 135 | 57 |
| Binary | 11100111 | 1000 | 11011101 | 0 | 1100001 | 100 | 1001 | 100101111 | 1011101 | 101111 |
Color Harmonies of #E708DD
Complementary color
Monochromatic Colors of #E708DD
Black with #E708DD
Text Example
Text Example
White with #E708DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708DD; }
p { color: rgb(231,8,221); }
H1.HeaderClassName
{
color: #E708DD;
}
.AnyTagClassName
{
color: #E708DD;
}
</style>
background-color css
<style>
a { background-color: #E708DD; }
a { background-color: rgb(231,8,221); }
div.DivClassName
{
background-color: #E708DD;
}
.BgClassName
{
background-color: #E708DD;
}
</style>
border-color css
<style>
span { border-color: #E708DD; }
span { border-color: rgb(231,8,221); }
td.TdClassName
{
border-color: #E708DD;
}
.TagClassName
{
border-color: #E708DD;
}
</style>