Shades of Hollywood Cerise #E80A90
Tints of Hollywood Cerise #E80A90
RGB
CMYK
RGB Variations
Color information
#E80A90 (or 0xE80A90) is known color: Hollywood Cerise. HEX triplet: E8, 0A and 90. RGB value is (232,10,144). Sum of RGB (Red+Green+Blue) = 232+10+144=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E80A90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80A90 is #17F56F. Grayscale: #5B5B5B. Windows color (decimal): -1570160 or 9439976. OLE color: 9439976.
HSL color Cylindrical-coordinate representation of color #E80A90: hue angle of 323.78º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80A90 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 10 | 144 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.09 |
| HSL | 323.78º | 0.92% | 0.47% | - |
| HSV(B) | 323.78º | 0.96% | 0.91% | - |
| XYZ | 38.42 | 19.39 | 28.1 | - |
| YUV | 91.65 | 157.55 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 10 | 144 | 0 | 0.96 | 0.38 | 0.09 | 323.78 | 0.92 | 0.47 |
| Hex | E8 | A | 90 | 0 | 60 | 26 | 9 | 144 | 5C | 2F |
| Octal | 350 | 12 | 220 | 0 | 140 | 46 | 11 | 504 | 134 | 57 |
| Binary | 11101000 | 1010 | 10010000 | 0 | 1100000 | 100110 | 1001 | 101000100 | 1011100 | 101111 |
Color Harmonies of #E80A90
Complementary color
Monochromatic Colors of #E80A90
Black with #E80A90
Text Example
Text Example
White with #E80A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80A90; }
p { color: rgb(232,10,144); }
H1.HeaderClassName
{
color: #E80A90;
}
.AnyTagClassName
{
color: #E80A90;
}
</style>
background-color css
<style>
a { background-color: #E80A90; }
a { background-color: rgb(232,10,144); }
div.DivClassName
{
background-color: #E80A90;
}
.BgClassName
{
background-color: #E80A90;
}
</style>
border-color css
<style>
span { border-color: #E80A90; }
span { border-color: rgb(232,10,144); }
td.TdClassName
{
border-color: #E80A90;
}
.TagClassName
{
border-color: #E80A90;
}
</style>