Shades of Hollywood Cerise #E702A6
Tints of Hollywood Cerise #E702A6
RGB
CMYK
RGB Variations
Color information
#E702A6 (or 0xE702A6) is known color: Hollywood Cerise. HEX triplet: E7, 02 and A6. RGB value is (231,2,166). Sum of RGB (Red+Green+Blue) = 231+2+166=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E702A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E702A6 is #18FD59. Grayscale: #585858. Windows color (decimal): -1637722 or 10879719. OLE color: 10879719.
HSL color Cylindrical-coordinate representation of color #E702A6: hue angle of 317.03º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E702A6 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.09 |
| HSL | 317.03º | 0.98% | 0.46% | - |
| HSV(B) | 317.03º | 0.99% | 0.91% | - |
| XYZ | 39.86 | 19.79 | 37.79 | - |
| YUV | 89.17 | 171.37 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 166 | 0 | 0.99 | 0.28 | 0.09 | 317.03 | 0.98 | 0.46 |
| Hex | E7 | 2 | A6 | 0 | 63 | 1C | 9 | 13D | 62 | 2E |
| Octal | 347 | 2 | 246 | 0 | 143 | 34 | 11 | 475 | 142 | 56 |
| Binary | 11100111 | 10 | 10100110 | 0 | 1100011 | 11100 | 1001 | 100111101 | 1100010 | 101110 |
Color Harmonies of #E702A6
Complementary color
Monochromatic Colors of #E702A6
Black with #E702A6
Text Example
Text Example
White with #E702A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702A6; }
p { color: rgb(231,2,166); }
H1.HeaderClassName
{
color: #E702A6;
}
.AnyTagClassName
{
color: #E702A6;
}
</style>
background-color css
<style>
a { background-color: #E702A6; }
a { background-color: rgb(231,2,166); }
div.DivClassName
{
background-color: #E702A6;
}
.BgClassName
{
background-color: #E702A6;
}
</style>
border-color css
<style>
span { border-color: #E702A6; }
span { border-color: rgb(231,2,166); }
td.TdClassName
{
border-color: #E702A6;
}
.TagClassName
{
border-color: #E702A6;
}
</style>