Shades of Hollywood Cerise #E912A6
Tints of Hollywood Cerise #E912A6
RGB
CMYK
RGB Variations
Color information
#E912A6 (or 0xE912A6) is known color: Hollywood Cerise. HEX triplet: E9, 12 and A6. RGB value is (233,18,166). Sum of RGB (Red+Green+Blue) = 233+18+166=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E912A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E912A6 is #16ED59. Grayscale: #626262. Windows color (decimal): -1502554 or 10883817. OLE color: 10883817.
HSL color Cylindrical-coordinate representation of color #E912A6: hue angle of 318.7º 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 #E912A6 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 166 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.09 |
| HSL | 318.7º | 0.86% | 0.49% | - |
| HSV(B) | 318.7º | 0.92% | 0.91% | - |
| XYZ | 40.7 | 20.51 | 37.89 | - |
| YUV | 99.16 | 165.73 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 166 | 0 | 0.92 | 0.29 | 0.09 | 318.7 | 0.86 | 0.49 |
| Hex | E9 | 12 | A6 | 0 | 5C | 1D | 9 | 13F | 56 | 31 |
| Octal | 351 | 22 | 246 | 0 | 134 | 35 | 11 | 477 | 126 | 61 |
| Binary | 11101001 | 10010 | 10100110 | 0 | 1011100 | 11101 | 1001 | 100111111 | 1010110 | 110001 |
Color Harmonies of #E912A6
Complementary color
Monochromatic Colors of #E912A6
Black with #E912A6
Text Example
Text Example
White with #E912A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912A6; }
p { color: rgb(233,18,166); }
H1.HeaderClassName
{
color: #E912A6;
}
.AnyTagClassName
{
color: #E912A6;
}
</style>
background-color css
<style>
a { background-color: #E912A6; }
a { background-color: rgb(233,18,166); }
div.DivClassName
{
background-color: #E912A6;
}
.BgClassName
{
background-color: #E912A6;
}
</style>
border-color css
<style>
span { border-color: #E912A6; }
span { border-color: rgb(233,18,166); }
td.TdClassName
{
border-color: #E912A6;
}
.TagClassName
{
border-color: #E912A6;
}
</style>