Shades of Hollywood Cerise #E804A8
Tints of Hollywood Cerise #E804A8
RGB
CMYK
RGB Variations
Color information
#E804A8 (or 0xE804A8) is known color: Hollywood Cerise. HEX triplet: E8, 04 and A8. RGB value is (232,4,168). Sum of RGB (Red+Green+Blue) = 232+4+168=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E804A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E804A8 is #17FB57. Grayscale: #5A5A5A. Windows color (decimal): -1571672 or 11011304. OLE color: 11011304.
HSL color Cylindrical-coordinate representation of color #E804A8: hue angle of 316.84º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E804A8 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.09 |
| HSL | 316.84º | 0.97% | 0.46% | - |
| HSV(B) | 316.84º | 0.98% | 0.91% | - |
| XYZ | 40.39 | 20.07 | 38.79 | - |
| YUV | 90.87 | 171.54 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 168 | 0 | 0.98 | 0.28 | 0.09 | 316.84 | 0.97 | 0.46 |
| Hex | E8 | 4 | A8 | 0 | 62 | 1C | 9 | 13D | 61 | 2E |
| Octal | 350 | 4 | 250 | 0 | 142 | 34 | 11 | 475 | 141 | 56 |
| Binary | 11101000 | 100 | 10101000 | 0 | 1100010 | 11100 | 1001 | 100111101 | 1100001 | 101110 |
Color Harmonies of #E804A8
Complementary color
Monochromatic Colors of #E804A8
Black with #E804A8
Text Example
Text Example
White with #E804A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E804A8; }
p { color: rgb(232,4,168); }
H1.HeaderClassName
{
color: #E804A8;
}
.AnyTagClassName
{
color: #E804A8;
}
</style>
background-color css
<style>
a { background-color: #E804A8; }
a { background-color: rgb(232,4,168); }
div.DivClassName
{
background-color: #E804A8;
}
.BgClassName
{
background-color: #E804A8;
}
</style>
border-color css
<style>
span { border-color: #E804A8; }
span { border-color: rgb(232,4,168); }
td.TdClassName
{
border-color: #E804A8;
}
.TagClassName
{
border-color: #E804A8;
}
</style>