Shades of Hollywood Cerise #E80FA2
Tints of Hollywood Cerise #E80FA2
RGB
CMYK
RGB Variations
Color information
#E80FA2 (or 0xE80FA2) is known color: Hollywood Cerise. HEX triplet: E8, 0F and A2. RGB value is (232,15,162). Sum of RGB (Red+Green+Blue) = 232+15+162=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80FA2 is #17F05D. Grayscale: #606060. Windows color (decimal): -1568862 or 10620904. OLE color: 10620904.
HSL color Cylindrical-coordinate representation of color #E80FA2: hue angle of 319.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80FA2 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 162 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.09 |
| HSL | 319.35º | 0.88% | 0.48% | - |
| HSV(B) | 319.35º | 0.94% | 0.91% | - |
| XYZ | 39.97 | 20.11 | 35.96 | - |
| YUV | 96.64 | 164.89 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 162 | 0 | 0.94 | 0.30 | 0.09 | 319.35 | 0.88 | 0.48 |
| Hex | E8 | F | A2 | 0 | 5E | 1E | 9 | 13F | 58 | 30 |
| Octal | 350 | 17 | 242 | 0 | 136 | 36 | 11 | 477 | 130 | 60 |
| Binary | 11101000 | 1111 | 10100010 | 0 | 1011110 | 11110 | 1001 | 100111111 | 1011000 | 110000 |
Color Harmonies of #E80FA2
Complementary color
Monochromatic Colors of #E80FA2
Black with #E80FA2
Text Example
Text Example
White with #E80FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FA2; }
p { color: rgb(232,15,162); }
H1.HeaderClassName
{
color: #E80FA2;
}
.AnyTagClassName
{
color: #E80FA2;
}
</style>
background-color css
<style>
a { background-color: #E80FA2; }
a { background-color: rgb(232,15,162); }
div.DivClassName
{
background-color: #E80FA2;
}
.BgClassName
{
background-color: #E80FA2;
}
</style>
border-color css
<style>
span { border-color: #E80FA2; }
span { border-color: rgb(232,15,162); }
td.TdClassName
{
border-color: #E80FA2;
}
.TagClassName
{
border-color: #E80FA2;
}
</style>