Shades of Deep Magenta #E707DF
Tints of Deep Magenta #E707DF
RGB
CMYK
RGB Variations
Color information
#E707DF (or 0xE707DF) is known color: Deep Magenta. HEX triplet: E7, 07 and DF. RGB value is (231,7,223). Sum of RGB (Red+Green+Blue) = 231+7+223=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E707DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E707DF is #18F820. Grayscale: #616161. Windows color (decimal): -1636385 or 14616551. OLE color: 14616551.
HSL color Cylindrical-coordinate representation of color #E707DF: hue angle of 302.14º degrees, saturation: 0.94, 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 #E707DF is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 223 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.09 |
| HSL | 302.14º | 0.94% | 0.47% | - |
| HSV(B) | 302.14º | 0.97% | 0.91% | - |
| XYZ | 46.35 | 22.47 | 71.71 | - |
| YUV | 98.6 | 198.21 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 223 | 0 | 0.97 | 0.03 | 0.09 | 302.14 | 0.94 | 0.47 |
| Hex | E7 | 7 | DF | 0 | 61 | 3 | 9 | 12E | 5E | 2F |
| Octal | 347 | 7 | 337 | 0 | 141 | 3 | 11 | 456 | 136 | 57 |
| Binary | 11100111 | 111 | 11011111 | 0 | 1100001 | 11 | 1001 | 100101110 | 1011110 | 101111 |
Color Harmonies of #E707DF
Complementary color
Monochromatic Colors of #E707DF
Black with #E707DF
Text Example
Text Example
White with #E707DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E707DF; }
p { color: rgb(231,7,223); }
H1.HeaderClassName
{
color: #E707DF;
}
.AnyTagClassName
{
color: #E707DF;
}
</style>
background-color css
<style>
a { background-color: #E707DF; }
a { background-color: rgb(231,7,223); }
div.DivClassName
{
background-color: #E707DF;
}
.BgClassName
{
background-color: #E707DF;
}
</style>
border-color css
<style>
span { border-color: #E707DF; }
span { border-color: rgb(231,7,223); }
td.TdClassName
{
border-color: #E707DF;
}
.TagClassName
{
border-color: #E707DF;
}
</style>