Shades of Deep Magenta #E706E1
Tints of Deep Magenta #E706E1
RGB
CMYK
RGB Variations
Color information
#E706E1 (or 0xE706E1) is known color: Deep Magenta. HEX triplet: E7, 06 and E1. RGB value is (231,6,225). Sum of RGB (Red+Green+Blue) = 231+6+225=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E706E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706E1 is #18F91E. Grayscale: #616161. Windows color (decimal): -1636639 or 14747367. OLE color: 14747367.
HSL color Cylindrical-coordinate representation of color #E706E1: hue angle of 301.6º 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 #E706E1 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 225 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.09 |
| HSL | 301.6º | 0.95% | 0.46% | - |
| HSV(B) | 301.6º | 0.97% | 0.91% | - |
| XYZ | 46.61 | 22.56 | 73.13 | - |
| YUV | 98.24 | 199.54 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 225 | 0 | 0.97 | 0.03 | 0.09 | 301.6 | 0.95 | 0.46 |
| Hex | E7 | 6 | E1 | 0 | 61 | 3 | 9 | 12E | 5F | 2E |
| Octal | 347 | 6 | 341 | 0 | 141 | 3 | 11 | 456 | 137 | 56 |
| Binary | 11100111 | 110 | 11100001 | 0 | 1100001 | 11 | 1001 | 100101110 | 1011111 | 101110 |
Color Harmonies of #E706E1
Complementary color
Monochromatic Colors of #E706E1
Black with #E706E1
Text Example
Text Example
White with #E706E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706E1; }
p { color: rgb(231,6,225); }
H1.HeaderClassName
{
color: #E706E1;
}
.AnyTagClassName
{
color: #E706E1;
}
</style>
background-color css
<style>
a { background-color: #E706E1; }
a { background-color: rgb(231,6,225); }
div.DivClassName
{
background-color: #E706E1;
}
.BgClassName
{
background-color: #E706E1;
}
</style>
border-color css
<style>
span { border-color: #E706E1; }
span { border-color: rgb(231,6,225); }
td.TdClassName
{
border-color: #E706E1;
}
.TagClassName
{
border-color: #E706E1;
}
</style>