Shades of Hollywood Cerise #E912A8
Tints of Hollywood Cerise #E912A8
RGB
CMYK
RGB Variations
Color information
#E912A8 (or 0xE912A8) is known color: Hollywood Cerise. HEX triplet: E9, 12 and A8. RGB value is (233,18,168). Sum of RGB (Red+Green+Blue) = 233+18+168=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E912A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E912A8 is #16ED57. Grayscale: #636363. Windows color (decimal): -1502552 or 11014889. OLE color: 11014889.
HSL color Cylindrical-coordinate representation of color #E912A8: hue angle of 318.14º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E912A8 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 168 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.09 |
| HSL | 318.14º | 0.86% | 0.49% | - |
| HSV(B) | 318.14º | 0.92% | 0.91% | - |
| XYZ | 40.89 | 20.58 | 38.86 | - |
| YUV | 99.39 | 166.73 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 168 | 0 | 0.92 | 0.28 | 0.09 | 318.14 | 0.86 | 0.49 |
| Hex | E9 | 12 | A8 | 0 | 5C | 1C | 9 | 13E | 56 | 31 |
| Octal | 351 | 22 | 250 | 0 | 134 | 34 | 11 | 476 | 126 | 61 |
| Binary | 11101001 | 10010 | 10101000 | 0 | 1011100 | 11100 | 1001 | 100111110 | 1010110 | 110001 |
Color Harmonies of #E912A8
Complementary color
Monochromatic Colors of #E912A8
Black with #E912A8
Text Example
Text Example
White with #E912A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912A8; }
p { color: rgb(233,18,168); }
H1.HeaderClassName
{
color: #E912A8;
}
.AnyTagClassName
{
color: #E912A8;
}
</style>
background-color css
<style>
a { background-color: #E912A8; }
a { background-color: rgb(233,18,168); }
div.DivClassName
{
background-color: #E912A8;
}
.BgClassName
{
background-color: #E912A8;
}
</style>
border-color css
<style>
span { border-color: #E912A8; }
span { border-color: rgb(233,18,168); }
td.TdClassName
{
border-color: #E912A8;
}
.TagClassName
{
border-color: #E912A8;
}
</style>