Shades of Hollywood Cerise #E707A6
Tints of Hollywood Cerise #E707A6
RGB
CMYK
RGB Variations
Color information
#E707A6 (or 0xE707A6) is known color: Hollywood Cerise. HEX triplet: E7, 07 and A6. RGB value is (231,7,166). Sum of RGB (Red+Green+Blue) = 231+7+166=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E707A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E707A6 is #18F859. Grayscale: #5B5B5B. Windows color (decimal): -1636442 or 10880999. OLE color: 10880999.
HSL color Cylindrical-coordinate representation of color #E707A6: hue angle of 317.41º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E707A6 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 166 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.09 |
| HSL | 317.41º | 0.94% | 0.47% | - |
| HSV(B) | 317.41º | 0.97% | 0.91% | - |
| XYZ | 39.91 | 19.89 | 37.81 | - |
| YUV | 92.1 | 169.71 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 166 | 0 | 0.97 | 0.28 | 0.09 | 317.41 | 0.94 | 0.47 |
| Hex | E7 | 7 | A6 | 0 | 61 | 1C | 9 | 13D | 5E | 2F |
| Octal | 347 | 7 | 246 | 0 | 141 | 34 | 11 | 475 | 136 | 57 |
| Binary | 11100111 | 111 | 10100110 | 0 | 1100001 | 11100 | 1001 | 100111101 | 1011110 | 101111 |
Color Harmonies of #E707A6
Complementary color
Monochromatic Colors of #E707A6
Black with #E707A6
Text Example
Text Example
White with #E707A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E707A6; }
p { color: rgb(231,7,166); }
H1.HeaderClassName
{
color: #E707A6;
}
.AnyTagClassName
{
color: #E707A6;
}
</style>
background-color css
<style>
a { background-color: #E707A6; }
a { background-color: rgb(231,7,166); }
div.DivClassName
{
background-color: #E707A6;
}
.BgClassName
{
background-color: #E707A6;
}
</style>
border-color css
<style>
span { border-color: #E707A6; }
span { border-color: rgb(231,7,166); }
td.TdClassName
{
border-color: #E707A6;
}
.TagClassName
{
border-color: #E707A6;
}
</style>