Shades of Hollywood Cerise #E31599
Tints of Hollywood Cerise #E31599
RGB
CMYK
RGB Variations
Color information
#E31599 (or 0xE31599) is known color: Hollywood Cerise. HEX triplet: E3, 15 and 99. RGB value is (227,21,153). Sum of RGB (Red+Green+Blue) = 227+21+153=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E31599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31599 is #1CEA66. Grayscale: #616161. Windows color (decimal): -1895015 or 10032611. OLE color: 10032611.
HSL color Cylindrical-coordinate representation of color #E31599: hue angle of 321.55º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31599 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 153 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.11 |
| HSL | 321.55º | 0.83% | 0.49% | - |
| HSV(B) | 321.55º | 0.91% | 0.89% | - |
| XYZ | 37.7 | 19.17 | 31.85 | - |
| YUV | 97.64 | 159.25 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 153 | 0 | 0.91 | 0.33 | 0.11 | 321.55 | 0.83 | 0.49 |
| Hex | E3 | 15 | 99 | 0 | 5B | 21 | B | 142 | 53 | 31 |
| Octal | 343 | 25 | 231 | 0 | 133 | 41 | 13 | 502 | 123 | 61 |
| Binary | 11100011 | 10101 | 10011001 | 0 | 1011011 | 100001 | 1011 | 101000010 | 1010011 | 110001 |
Color Harmonies of #E31599
Complementary color
Monochromatic Colors of #E31599
Black with #E31599
Text Example
Text Example
White with #E31599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31599; }
p { color: rgb(227,21,153); }
H1.HeaderClassName
{
color: #E31599;
}
.AnyTagClassName
{
color: #E31599;
}
</style>
background-color css
<style>
a { background-color: #E31599; }
a { background-color: rgb(227,21,153); }
div.DivClassName
{
background-color: #E31599;
}
.BgClassName
{
background-color: #E31599;
}
</style>
border-color css
<style>
span { border-color: #E31599; }
span { border-color: rgb(227,21,153); }
td.TdClassName
{
border-color: #E31599;
}
.TagClassName
{
border-color: #E31599;
}
</style>