Shades of Hollywood Cerise #E8169F
Tints of Hollywood Cerise #E8169F
RGB
CMYK
RGB Variations
Color information
#E8169F (or 0xE8169F) is known color: Hollywood Cerise. HEX triplet: E8, 16 and 9F. RGB value is (232,22,159). Sum of RGB (Red+Green+Blue) = 232+22+159=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E8169F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8169F is #17E960. Grayscale: #646464. Windows color (decimal): -1567073 or 10426088. OLE color: 10426088.
HSL color Cylindrical-coordinate representation of color #E8169F: hue angle of 320.86º 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 #E8169F is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 159 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.09 |
| HSL | 320.86º | 0.83% | 0.5% | - |
| HSV(B) | 320.86º | 0.91% | 0.91% | - |
| XYZ | 39.82 | 20.23 | 34.61 | - |
| YUV | 100.41 | 161.07 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 159 | 0 | 0.91 | 0.31 | 0.09 | 320.86 | 0.83 | 0.5 |
| Hex | E8 | 16 | 9F | 0 | 5B | 1F | 9 | 141 | 53 | 32 |
| Octal | 350 | 26 | 237 | 0 | 133 | 37 | 11 | 501 | 123 | 62 |
| Binary | 11101000 | 10110 | 10011111 | 0 | 1011011 | 11111 | 1001 | 101000001 | 1010011 | 110010 |
Color Harmonies of #E8169F
Complementary color
Monochromatic Colors of #E8169F
Black with #E8169F
Text Example
Text Example
White with #E8169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8169F; }
p { color: rgb(232,22,159); }
H1.HeaderClassName
{
color: #E8169F;
}
.AnyTagClassName
{
color: #E8169F;
}
</style>
background-color css
<style>
a { background-color: #E8169F; }
a { background-color: rgb(232,22,159); }
div.DivClassName
{
background-color: #E8169F;
}
.BgClassName
{
background-color: #E8169F;
}
</style>
border-color css
<style>
span { border-color: #E8169F; }
span { border-color: rgb(232,22,159); }
td.TdClassName
{
border-color: #E8169F;
}
.TagClassName
{
border-color: #E8169F;
}
</style>