Shades of Hollywood Cerise #E8129E
Tints of Hollywood Cerise #E8129E
RGB
CMYK
RGB Variations
Color information
#E8129E (or 0xE8129E) is known color: Hollywood Cerise. HEX triplet: E8, 12 and 9E. RGB value is (232,18,158). Sum of RGB (Red+Green+Blue) = 232+18+158=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E8129E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8129E is #17ED61. Grayscale: #616161. Windows color (decimal): -1568098 or 10359528. OLE color: 10359528.
HSL color Cylindrical-coordinate representation of color #E8129E: hue angle of 320.75º 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 #E8129E is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 158 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.09 |
| HSL | 320.75º | 0.86% | 0.49% | - |
| HSV(B) | 320.75º | 0.92% | 0.91% | - |
| XYZ | 39.67 | 20.06 | 34.13 | - |
| YUV | 97.95 | 161.9 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 158 | 0 | 0.92 | 0.32 | 0.09 | 320.75 | 0.86 | 0.49 |
| Hex | E8 | 12 | 9E | 0 | 5C | 20 | 9 | 141 | 56 | 31 |
| Octal | 350 | 22 | 236 | 0 | 134 | 40 | 11 | 501 | 126 | 61 |
| Binary | 11101000 | 10010 | 10011110 | 0 | 1011100 | 100000 | 1001 | 101000001 | 1010110 | 110001 |
Color Harmonies of #E8129E
Complementary color
Monochromatic Colors of #E8129E
Black with #E8129E
Text Example
Text Example
White with #E8129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8129E; }
p { color: rgb(232,18,158); }
H1.HeaderClassName
{
color: #E8129E;
}
.AnyTagClassName
{
color: #E8129E;
}
</style>
background-color css
<style>
a { background-color: #E8129E; }
a { background-color: rgb(232,18,158); }
div.DivClassName
{
background-color: #E8129E;
}
.BgClassName
{
background-color: #E8129E;
}
</style>
border-color css
<style>
span { border-color: #E8129E; }
span { border-color: rgb(232,18,158); }
td.TdClassName
{
border-color: #E8129E;
}
.TagClassName
{
border-color: #E8129E;
}
</style>