Shades of Hot Magenta #E706DC
Tints of Hot Magenta #E706DC
RGB
CMYK
RGB Variations
Color information
#E706DC (or 0xE706DC) is known color: Hot Magenta. HEX triplet: E7, 06 and DC. RGB value is (231,6,220). Sum of RGB (Red+Green+Blue) = 231+6+220=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 6 (2.73% from 255 or 1.31% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E706DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706DC is #18F923. Grayscale: #616161. Windows color (decimal): -1636644 or 14419687. OLE color: 14419687.
HSL color Cylindrical-coordinate representation of color #E706DC: hue angle of 302.93º 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 #E706DC is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 220 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.09 |
| HSL | 302.93º | 0.95% | 0.46% | - |
| HSV(B) | 302.93º | 0.97% | 0.91% | - |
| XYZ | 45.94 | 22.29 | 69.59 | - |
| YUV | 97.67 | 197.04 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 220 | 0 | 0.97 | 0.05 | 0.09 | 302.93 | 0.95 | 0.46 |
| Hex | E7 | 6 | DC | 0 | 61 | 5 | 9 | 12F | 5F | 2E |
| Octal | 347 | 6 | 334 | 0 | 141 | 5 | 11 | 457 | 137 | 56 |
| Binary | 11100111 | 110 | 11011100 | 0 | 1100001 | 101 | 1001 | 100101111 | 1011111 | 101110 |
Color Harmonies of #E706DC
Complementary color
Monochromatic Colors of #E706DC
Black with #E706DC
Text Example
Text Example
White with #E706DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706DC; }
p { color: rgb(231,6,220); }
H1.HeaderClassName
{
color: #E706DC;
}
.AnyTagClassName
{
color: #E706DC;
}
</style>
background-color css
<style>
a { background-color: #E706DC; }
a { background-color: rgb(231,6,220); }
div.DivClassName
{
background-color: #E706DC;
}
.BgClassName
{
background-color: #E706DC;
}
</style>
border-color css
<style>
span { border-color: #E706DC; }
span { border-color: rgb(231,6,220); }
td.TdClassName
{
border-color: #E706DC;
}
.TagClassName
{
border-color: #E706DC;
}
</style>