Shades of Hot Magenta #E706D4
Tints of Hot Magenta #E706D4
RGB
CMYK
RGB Variations
Color information
#E706D4 (or 0xE706D4) is known color: Hot Magenta. HEX triplet: E7, 06 and D4. RGB value is (231,6,212). Sum of RGB (Red+Green+Blue) = 231+6+212=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E706D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706D4 is #18F92B. Grayscale: #606060. Windows color (decimal): -1636652 or 13895399. OLE color: 13895399.
HSL color Cylindrical-coordinate representation of color #E706D4: hue angle of 305.07º 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 #E706D4 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 212 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.09 |
| HSL | 305.07º | 0.95% | 0.46% | - |
| HSV(B) | 305.07º | 0.97% | 0.91% | - |
| XYZ | 44.9 | 21.87 | 64.14 | - |
| YUV | 96.76 | 193.04 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 212 | 0 | 0.97 | 0.08 | 0.09 | 305.07 | 0.95 | 0.46 |
| Hex | E7 | 6 | D4 | 0 | 61 | 8 | 9 | 131 | 5F | 2E |
| Octal | 347 | 6 | 324 | 0 | 141 | 10 | 11 | 461 | 137 | 56 |
| Binary | 11100111 | 110 | 11010100 | 0 | 1100001 | 1000 | 1001 | 100110001 | 1011111 | 101110 |
Color Harmonies of #E706D4
Complementary color
Monochromatic Colors of #E706D4
Black with #E706D4
Text Example
Text Example
White with #E706D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706D4; }
p { color: rgb(231,6,212); }
H1.HeaderClassName
{
color: #E706D4;
}
.AnyTagClassName
{
color: #E706D4;
}
</style>
background-color css
<style>
a { background-color: #E706D4; }
a { background-color: rgb(231,6,212); }
div.DivClassName
{
background-color: #E706D4;
}
.BgClassName
{
background-color: #E706D4;
}
</style>
border-color css
<style>
span { border-color: #E706D4; }
span { border-color: rgb(231,6,212); }
td.TdClassName
{
border-color: #E706D4;
}
.TagClassName
{
border-color: #E706D4;
}
</style>