Shades of Hollywood Cerise #E902A6
Tints of Hollywood Cerise #E902A6
RGB
CMYK
RGB Variations
Color information
#E902A6 (or 0xE902A6) is known color: Hollywood Cerise. HEX triplet: E9, 02 and A6. RGB value is (233,2,166). Sum of RGB (Red+Green+Blue) = 233+2+166=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E902A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E902A6 is #16FD59. Grayscale: #595959. Windows color (decimal): -1506650 or 10879721. OLE color: 10879721.
HSL color Cylindrical-coordinate representation of color #E902A6: hue angle of 317.4º 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 #E902A6 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.09 |
| HSL | 317.4º | 0.98% | 0.46% | - |
| HSV(B) | 317.4º | 0.99% | 0.91% | - |
| XYZ | 40.51 | 20.12 | 37.82 | - |
| YUV | 89.77 | 171.03 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 166 | 0 | 0.99 | 0.29 | 0.09 | 317.4 | 0.98 | 0.46 |
| Hex | E9 | 2 | A6 | 0 | 63 | 1D | 9 | 13D | 62 | 2E |
| Octal | 351 | 2 | 246 | 0 | 143 | 35 | 11 | 475 | 142 | 56 |
| Binary | 11101001 | 10 | 10100110 | 0 | 1100011 | 11101 | 1001 | 100111101 | 1100010 | 101110 |
Color Harmonies of #E902A6
Complementary color
Monochromatic Colors of #E902A6
Black with #E902A6
Text Example
Text Example
White with #E902A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902A6; }
p { color: rgb(233,2,166); }
H1.HeaderClassName
{
color: #E902A6;
}
.AnyTagClassName
{
color: #E902A6;
}
</style>
background-color css
<style>
a { background-color: #E902A6; }
a { background-color: rgb(233,2,166); }
div.DivClassName
{
background-color: #E902A6;
}
.BgClassName
{
background-color: #E902A6;
}
</style>
border-color css
<style>
span { border-color: #E902A6; }
span { border-color: rgb(233,2,166); }
td.TdClassName
{
border-color: #E902A6;
}
.TagClassName
{
border-color: #E902A6;
}
</style>