Shades of Hollywood Cerise #E706A1
Tints of Hollywood Cerise #E706A1
RGB
CMYK
RGB Variations
Color information
#E706A1 (or 0xE706A1) is known color: Hollywood Cerise. HEX triplet: E7, 06 and A1. RGB value is (231,6,161). Sum of RGB (Red+Green+Blue) = 231+6+161=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E706A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E706A1 is #18F95E. Grayscale: #5A5A5A. Windows color (decimal): -1636703 or 10553063. OLE color: 10553063.
HSL color Cylindrical-coordinate representation of color #E706A1: hue angle of 318.67º 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 #E706A1 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 161 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.09 |
| HSL | 318.67º | 0.95% | 0.46% | - |
| HSV(B) | 318.67º | 0.97% | 0.91% | - |
| XYZ | 39.45 | 19.69 | 35.44 | - |
| YUV | 90.95 | 167.54 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 161 | 0 | 0.97 | 0.30 | 0.09 | 318.67 | 0.95 | 0.46 |
| Hex | E7 | 6 | A1 | 0 | 61 | 1E | 9 | 13F | 5F | 2E |
| Octal | 347 | 6 | 241 | 0 | 141 | 36 | 11 | 477 | 137 | 56 |
| Binary | 11100111 | 110 | 10100001 | 0 | 1100001 | 11110 | 1001 | 100111111 | 1011111 | 101110 |
Color Harmonies of #E706A1
Complementary color
Monochromatic Colors of #E706A1
Black with #E706A1
Text Example
Text Example
White with #E706A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E706A1; }
p { color: rgb(231,6,161); }
H1.HeaderClassName
{
color: #E706A1;
}
.AnyTagClassName
{
color: #E706A1;
}
</style>
background-color css
<style>
a { background-color: #E706A1; }
a { background-color: rgb(231,6,161); }
div.DivClassName
{
background-color: #E706A1;
}
.BgClassName
{
background-color: #E706A1;
}
</style>
border-color css
<style>
span { border-color: #E706A1; }
span { border-color: rgb(231,6,161); }
td.TdClassName
{
border-color: #E706A1;
}
.TagClassName
{
border-color: #E706A1;
}
</style>