Shades of Hollywood Cerise #E31097
Tints of Hollywood Cerise #E31097
RGB
CMYK
RGB Variations
Color information
#E31097 (or 0xE31097) is known color: Hollywood Cerise. HEX triplet: E3, 10 and 97. RGB value is (227,16,151). Sum of RGB (Red+Green+Blue) = 227+16+151=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E31097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31097 is #1CEF68. Grayscale: #5E5E5E. Windows color (decimal): -1896297 or 9900259. OLE color: 9900259.
HSL color Cylindrical-coordinate representation of color #E31097: hue angle of 321.61º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31097 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 151 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.11 |
| HSL | 321.61º | 0.87% | 0.48% | - |
| HSV(B) | 321.61º | 0.93% | 0.89% | - |
| XYZ | 37.45 | 18.94 | 30.96 | - |
| YUV | 94.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 151 | 0 | 0.93 | 0.33 | 0.11 | 321.61 | 0.87 | 0.48 |
| Hex | E3 | 10 | 97 | 0 | 5D | 21 | B | 142 | 57 | 30 |
| Octal | 343 | 20 | 227 | 0 | 135 | 41 | 13 | 502 | 127 | 60 |
| Binary | 11100011 | 10000 | 10010111 | 0 | 1011101 | 100001 | 1011 | 101000010 | 1010111 | 110000 |
Color Harmonies of #E31097
Complementary color
Monochromatic Colors of #E31097
Black with #E31097
Text Example
Text Example
White with #E31097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31097; }
p { color: rgb(227,16,151); }
H1.HeaderClassName
{
color: #E31097;
}
.AnyTagClassName
{
color: #E31097;
}
</style>
background-color css
<style>
a { background-color: #E31097; }
a { background-color: rgb(227,16,151); }
div.DivClassName
{
background-color: #E31097;
}
.BgClassName
{
background-color: #E31097;
}
</style>
border-color css
<style>
span { border-color: #E31097; }
span { border-color: rgb(227,16,151); }
td.TdClassName
{
border-color: #E31097;
}
.TagClassName
{
border-color: #E31097;
}
</style>