Shades of Deep Magenta #E706DF
Tints of Deep Magenta #E706DF
RGB
CMYK
RGB Variations
Color information
#E706DF (or 0xE706DF) is known color: Deep Magenta. HEX triplet: E7, 06 and DF. RGB value is (231,6,223). Sum of RGB (Red+Green+Blue) = 231+6+223=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E706DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706DF is #18F920. Grayscale: #616161. Windows color (decimal): -1636641 or 14616295. OLE color: 14616295.
HSL color Cylindrical-coordinate representation of color #E706DF: hue angle of 302.13º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E706DF is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 223 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.09 |
| HSL | 302.13º | 0.95% | 0.46% | - |
| HSV(B) | 302.13º | 0.97% | 0.91% | - |
| XYZ | 46.34 | 22.45 | 71.7 | - |
| YUV | 98.01 | 198.54 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 223 | 0 | 0.97 | 0.03 | 0.09 | 302.13 | 0.95 | 0.46 |
| Hex | E7 | 6 | DF | 0 | 61 | 3 | 9 | 12E | 5F | 2E |
| Octal | 347 | 6 | 337 | 0 | 141 | 3 | 11 | 456 | 137 | 56 |
| Binary | 11100111 | 110 | 11011111 | 0 | 1100001 | 11 | 1001 | 100101110 | 1011111 | 101110 |
Color Harmonies of #E706DF
Complementary color
Monochromatic Colors of #E706DF
Black with #E706DF
Text Example
Text Example
White with #E706DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706DF; }
p { color: rgb(231,6,223); }
H1.HeaderClassName
{
color: #E706DF;
}
.AnyTagClassName
{
color: #E706DF;
}
</style>
background-color css
<style>
a { background-color: #E706DF; }
a { background-color: rgb(231,6,223); }
div.DivClassName
{
background-color: #E706DF;
}
.BgClassName
{
background-color: #E706DF;
}
</style>
border-color css
<style>
span { border-color: #E706DF; }
span { border-color: rgb(231,6,223); }
td.TdClassName
{
border-color: #E706DF;
}
.TagClassName
{
border-color: #E706DF;
}
</style>