Shades of Hollywood Cerise #E815A6
Tints of Hollywood Cerise #E815A6
RGB
CMYK
RGB Variations
Color information
#E815A6 (or 0xE815A6) is known color: Hollywood Cerise. HEX triplet: E8, 15 and A6. RGB value is (232,21,166). Sum of RGB (Red+Green+Blue) = 232+21+166=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E815A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E815A6 is #17EA59. Grayscale: #646464. Windows color (decimal): -1567322 or 10884584. OLE color: 10884584.
HSL color Cylindrical-coordinate representation of color #E815A6: hue angle of 318.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815A6 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 166 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.09 |
| HSL | 318.77º | 0.83% | 0.5% | - |
| HSV(B) | 318.77º | 0.91% | 0.91% | - |
| XYZ | 40.43 | 20.45 | 37.89 | - |
| YUV | 100.62 | 164.9 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 166 | 0 | 0.91 | 0.28 | 0.09 | 318.77 | 0.83 | 0.5 |
| Hex | E8 | 15 | A6 | 0 | 5B | 1C | 9 | 13F | 53 | 32 |
| Octal | 350 | 25 | 246 | 0 | 133 | 34 | 11 | 477 | 123 | 62 |
| Binary | 11101000 | 10101 | 10100110 | 0 | 1011011 | 11100 | 1001 | 100111111 | 1010011 | 110010 |
Color Harmonies of #E815A6
Complementary color
Monochromatic Colors of #E815A6
Black with #E815A6
Text Example
Text Example
White with #E815A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815A6; }
p { color: rgb(232,21,166); }
H1.HeaderClassName
{
color: #E815A6;
}
.AnyTagClassName
{
color: #E815A6;
}
</style>
background-color css
<style>
a { background-color: #E815A6; }
a { background-color: rgb(232,21,166); }
div.DivClassName
{
background-color: #E815A6;
}
.BgClassName
{
background-color: #E815A6;
}
</style>
border-color css
<style>
span { border-color: #E815A6; }
span { border-color: rgb(232,21,166); }
td.TdClassName
{
border-color: #E815A6;
}
.TagClassName
{
border-color: #E815A6;
}
</style>