Shades of Hollywood Cerise #E7169F
Tints of Hollywood Cerise #E7169F
RGB
CMYK
RGB Variations
Color information
#E7169F (or 0xE7169F) is known color: Hollywood Cerise. HEX triplet: E7, 16 and 9F. RGB value is (231,22,159). Sum of RGB (Red+Green+Blue) = 231+22+159=412 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.07% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 231 - color contains mainly: red. Hex color #E7169F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7169F is #18E960. Grayscale: #636363. Windows color (decimal): -1632609 or 10426087. OLE color: 10426087.
HSL color Cylindrical-coordinate representation of color #E7169F: hue angle of 320.67º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7169F is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 159 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.09 |
| HSL | 320.67º | 0.83% | 0.5% | - |
| HSV(B) | 320.67º | 0.9% | 0.91% | - |
| XYZ | 39.5 | 20.07 | 34.59 | - |
| YUV | 100.11 | 161.24 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 159 | 0 | 0.90 | 0.31 | 0.09 | 320.67 | 0.83 | 0.5 |
| Hex | E7 | 16 | 9F | 0 | 5A | 1F | 9 | 141 | 53 | 32 |
| Octal | 347 | 26 | 237 | 0 | 132 | 37 | 11 | 501 | 123 | 62 |
| Binary | 11100111 | 10110 | 10011111 | 0 | 1011010 | 11111 | 1001 | 101000001 | 1010011 | 110010 |
Color Harmonies of #E7169F
Complementary color
Monochromatic Colors of #E7169F
Black with #E7169F
Text Example
Text Example
White with #E7169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7169F; }
p { color: rgb(231,22,159); }
H1.HeaderClassName
{
color: #E7169F;
}
.AnyTagClassName
{
color: #E7169F;
}
</style>
background-color css
<style>
a { background-color: #E7169F; }
a { background-color: rgb(231,22,159); }
div.DivClassName
{
background-color: #E7169F;
}
.BgClassName
{
background-color: #E7169F;
}
</style>
border-color css
<style>
span { border-color: #E7169F; }
span { border-color: rgb(231,22,159); }
td.TdClassName
{
border-color: #E7169F;
}
.TagClassName
{
border-color: #E7169F;
}
</style>