Shades of Hollywood Cerise #E810A1
Tints of Hollywood Cerise #E810A1
RGB
CMYK
RGB Variations
Color information
#E810A1 (or 0xE810A1) is known color: Hollywood Cerise. HEX triplet: E8, 10 and A1. RGB value is (232,16,161). Sum of RGB (Red+Green+Blue) = 232+16+161=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E810A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E810A1 is #17EF5E. Grayscale: #606060. Windows color (decimal): -1568607 or 10555624. OLE color: 10555624.
HSL color Cylindrical-coordinate representation of color #E810A1: hue angle of 319.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E810A1 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 161 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.09 |
| HSL | 319.72º | 0.87% | 0.49% | - |
| HSV(B) | 319.72º | 0.93% | 0.91% | - |
| XYZ | 39.9 | 20.1 | 35.5 | - |
| YUV | 97.11 | 164.06 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 161 | 0 | 0.93 | 0.31 | 0.09 | 319.72 | 0.87 | 0.49 |
| Hex | E8 | 10 | A1 | 0 | 5D | 1F | 9 | 140 | 57 | 31 |
| Octal | 350 | 20 | 241 | 0 | 135 | 37 | 11 | 500 | 127 | 61 |
| Binary | 11101000 | 10000 | 10100001 | 0 | 1011101 | 11111 | 1001 | 101000000 | 1010111 | 110001 |
Color Harmonies of #E810A1
Complementary color
Monochromatic Colors of #E810A1
Black with #E810A1
Text Example
Text Example
White with #E810A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E810A1; }
p { color: rgb(232,16,161); }
H1.HeaderClassName
{
color: #E810A1;
}
.AnyTagClassName
{
color: #E810A1;
}
</style>
background-color css
<style>
a { background-color: #E810A1; }
a { background-color: rgb(232,16,161); }
div.DivClassName
{
background-color: #E810A1;
}
.BgClassName
{
background-color: #E810A1;
}
</style>
border-color css
<style>
span { border-color: #E810A1; }
span { border-color: rgb(232,16,161); }
td.TdClassName
{
border-color: #E810A1;
}
.TagClassName
{
border-color: #E810A1;
}
</style>