Shades of Hollywood Cerise #E706A6
Tints of Hollywood Cerise #E706A6
RGB
CMYK
RGB Variations
Color information
#E706A6 (or 0xE706A6) is known color: Hollywood Cerise. HEX triplet: E7, 06 and A6. RGB value is (231,6,166). Sum of RGB (Red+Green+Blue) = 231+6+166=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E706A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706A6 is #18F959. Grayscale: #5B5B5B. Windows color (decimal): -1636698 or 10880743. OLE color: 10880743.
HSL color Cylindrical-coordinate representation of color #E706A6: hue angle of 317.33º 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 #E706A6 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.09 |
| HSL | 317.33º | 0.95% | 0.46% | - |
| HSV(B) | 317.33º | 0.97% | 0.91% | - |
| XYZ | 39.9 | 19.87 | 37.81 | - |
| YUV | 91.52 | 170.04 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 166 | 0 | 0.97 | 0.28 | 0.09 | 317.33 | 0.95 | 0.46 |
| Hex | E7 | 6 | A6 | 0 | 61 | 1C | 9 | 13D | 5F | 2E |
| Octal | 347 | 6 | 246 | 0 | 141 | 34 | 11 | 475 | 137 | 56 |
| Binary | 11100111 | 110 | 10100110 | 0 | 1100001 | 11100 | 1001 | 100111101 | 1011111 | 101110 |
Color Harmonies of #E706A6
Complementary color
Monochromatic Colors of #E706A6
Black with #E706A6
Text Example
Text Example
White with #E706A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706A6; }
p { color: rgb(231,6,166); }
H1.HeaderClassName
{
color: #E706A6;
}
.AnyTagClassName
{
color: #E706A6;
}
</style>
background-color css
<style>
a { background-color: #E706A6; }
a { background-color: rgb(231,6,166); }
div.DivClassName
{
background-color: #E706A6;
}
.BgClassName
{
background-color: #E706A6;
}
</style>
border-color css
<style>
span { border-color: #E706A6; }
span { border-color: rgb(231,6,166); }
td.TdClassName
{
border-color: #E706A6;
}
.TagClassName
{
border-color: #E706A6;
}
</style>