Shades of Hollywood Cerise #E900A8
Tints of Hollywood Cerise #E900A8
RGB
CMYK
RGB Variations
Color information
#E900A8 (or 0xE900A8) is known color: Hollywood Cerise. HEX triplet: E9, 00 and A8. RGB value is (233,0,168). Sum of RGB (Red+Green+Blue) = 233+0+168=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E900A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900A8 is #16FF57. Grayscale: #585858. Windows color (decimal): -1507160 or 11010281. OLE color: 11010281.
HSL color Cylindrical-coordinate representation of color #E900A8: hue angle of 316.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900A8 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.28 | 0.09 |
| HSL | 316.74º | 1% | 0.46% | - |
| HSV(B) | 316.74º | 1% | 0.91% | - |
| XYZ | 40.67 | 20.15 | 38.79 | - |
| YUV | 88.82 | 172.69 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 168 | 0 | 1 | 0.28 | 0.09 | 316.74 | 1 | 0.46 |
| Hex | E9 | 0 | A8 | 0 | 64 | 1C | 9 | 13D | 64 | 2E |
| Octal | 351 | 0 | 250 | 0 | 144 | 34 | 11 | 475 | 144 | 56 |
| Binary | 11101001 | 0 | 10101000 | 0 | 1100100 | 11100 | 1001 | 100111101 | 1100100 | 101110 |
Color Harmonies of #E900A8
Complementary color
Monochromatic Colors of #E900A8
Black with #E900A8
Text Example
Text Example
White with #E900A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900A8; }
p { color: rgb(233,0,168); }
H1.HeaderClassName
{
color: #E900A8;
}
.AnyTagClassName
{
color: #E900A8;
}
</style>
background-color css
<style>
a { background-color: #E900A8; }
a { background-color: rgb(233,0,168); }
div.DivClassName
{
background-color: #E900A8;
}
.BgClassName
{
background-color: #E900A8;
}
</style>
border-color css
<style>
span { border-color: #E900A8; }
span { border-color: rgb(233,0,168); }
td.TdClassName
{
border-color: #E900A8;
}
.TagClassName
{
border-color: #E900A8;
}
</style>