Shades of Hollywood Cerise #E716A1
Tints of Hollywood Cerise #E716A1
RGB
CMYK
RGB Variations
Color information
#E716A1 (or 0xE716A1) is known color: Hollywood Cerise. HEX triplet: E7, 16 and A1. RGB value is (231,22,161). Sum of RGB (Red+Green+Blue) = 231+22+161=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E716A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E716A1 is #18E95E. Grayscale: #636363. Windows color (decimal): -1632607 or 10557159. OLE color: 10557159.
HSL color Cylindrical-coordinate representation of color #E716A1: hue angle of 320.1º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E716A1 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 161 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.09 |
| HSL | 320.1º | 0.83% | 0.5% | - |
| HSV(B) | 320.1º | 0.9% | 0.91% | - |
| XYZ | 39.67 | 20.14 | 35.51 | - |
| YUV | 100.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 161 | 0 | 0.90 | 0.30 | 0.09 | 320.1 | 0.83 | 0.5 |
| Hex | E7 | 16 | A1 | 0 | 5A | 1E | 9 | 140 | 53 | 32 |
| Octal | 347 | 26 | 241 | 0 | 132 | 36 | 11 | 500 | 123 | 62 |
| Binary | 11100111 | 10110 | 10100001 | 0 | 1011010 | 11110 | 1001 | 101000000 | 1010011 | 110010 |
Color Harmonies of #E716A1
Complementary color
Monochromatic Colors of #E716A1
Black with #E716A1
Text Example
Text Example
White with #E716A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716A1; }
p { color: rgb(231,22,161); }
H1.HeaderClassName
{
color: #E716A1;
}
.AnyTagClassName
{
color: #E716A1;
}
</style>
background-color css
<style>
a { background-color: #E716A1; }
a { background-color: rgb(231,22,161); }
div.DivClassName
{
background-color: #E716A1;
}
.BgClassName
{
background-color: #E716A1;
}
</style>
border-color css
<style>
span { border-color: #E716A1; }
span { border-color: rgb(231,22,161); }
td.TdClassName
{
border-color: #E716A1;
}
.TagClassName
{
border-color: #E716A1;
}
</style>