Shades of Hollywood Cerise #E814A6
Tints of Hollywood Cerise #E814A6
RGB
CMYK
RGB Variations
Color information
#E814A6 (or 0xE814A6) is known color: Hollywood Cerise. HEX triplet: E8, 14 and A6. RGB value is (232,20,166). Sum of RGB (Red+Green+Blue) = 232+20+166=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E814A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E814A6 is #17EB59. Grayscale: #636363. Windows color (decimal): -1567578 or 10884328. OLE color: 10884328.
HSL color Cylindrical-coordinate representation of color #E814A6: hue angle of 318.68º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E814A6 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 166 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.09 |
| HSL | 318.68º | 0.84% | 0.49% | - |
| HSV(B) | 318.68º | 0.91% | 0.91% | - |
| XYZ | 40.41 | 20.41 | 37.89 | - |
| YUV | 100.03 | 165.24 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 166 | 0 | 0.91 | 0.28 | 0.09 | 318.68 | 0.84 | 0.49 |
| Hex | E8 | 14 | A6 | 0 | 5B | 1C | 9 | 13F | 54 | 31 |
| Octal | 350 | 24 | 246 | 0 | 133 | 34 | 11 | 477 | 124 | 61 |
| Binary | 11101000 | 10100 | 10100110 | 0 | 1011011 | 11100 | 1001 | 100111111 | 1010100 | 110001 |
Color Harmonies of #E814A6
Complementary color
Monochromatic Colors of #E814A6
Black with #E814A6
Text Example
Text Example
White with #E814A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814A6; }
p { color: rgb(232,20,166); }
H1.HeaderClassName
{
color: #E814A6;
}
.AnyTagClassName
{
color: #E814A6;
}
</style>
background-color css
<style>
a { background-color: #E814A6; }
a { background-color: rgb(232,20,166); }
div.DivClassName
{
background-color: #E814A6;
}
.BgClassName
{
background-color: #E814A6;
}
</style>
border-color css
<style>
span { border-color: #E814A6; }
span { border-color: rgb(232,20,166); }
td.TdClassName
{
border-color: #E814A6;
}
.TagClassName
{
border-color: #E814A6;
}
</style>