Shades of Hollywood Cerise #E31497
Tints of Hollywood Cerise #E31497
RGB
CMYK
RGB Variations
Color information
#E31497 (or 0xE31497) is known color: Hollywood Cerise. HEX triplet: E3, 14 and 97. RGB value is (227,20,151). Sum of RGB (Red+Green+Blue) = 227+20+151=398 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.04% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 227 - color contains mainly: red. Hex color #E31497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31497 is #1CEB68. Grayscale: #606060. Windows color (decimal): -1895273 or 9901283. OLE color: 9901283.
HSL color Cylindrical-coordinate representation of color #E31497: hue angle of 322.03º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31497 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 151 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.11 |
| HSL | 322.03º | 0.84% | 0.48% | - |
| HSV(B) | 322.03º | 0.91% | 0.89% | - |
| XYZ | 37.51 | 19.07 | 30.98 | - |
| YUV | 96.83 | 158.58 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 151 | 0 | 0.91 | 0.33 | 0.11 | 322.03 | 0.84 | 0.48 |
| Hex | E3 | 14 | 97 | 0 | 5B | 21 | B | 142 | 54 | 30 |
| Octal | 343 | 24 | 227 | 0 | 133 | 41 | 13 | 502 | 124 | 60 |
| Binary | 11100011 | 10100 | 10010111 | 0 | 1011011 | 100001 | 1011 | 101000010 | 1010100 | 110000 |
Color Harmonies of #E31497
Complementary color
Monochromatic Colors of #E31497
Black with #E31497
Text Example
Text Example
White with #E31497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31497; }
p { color: rgb(227,20,151); }
H1.HeaderClassName
{
color: #E31497;
}
.AnyTagClassName
{
color: #E31497;
}
</style>
background-color css
<style>
a { background-color: #E31497; }
a { background-color: rgb(227,20,151); }
div.DivClassName
{
background-color: #E31497;
}
.BgClassName
{
background-color: #E31497;
}
</style>
border-color css
<style>
span { border-color: #E31497; }
span { border-color: rgb(227,20,151); }
td.TdClassName
{
border-color: #E31497;
}
.TagClassName
{
border-color: #E31497;
}
</style>