Shades of Hollywood Cerise #E31598
Tints of Hollywood Cerise #E31598
RGB
CMYK
RGB Variations
Color information
#E31598 (or 0xE31598) is known color: Hollywood Cerise. HEX triplet: E3, 15 and 98. RGB value is (227,21,152). Sum of RGB (Red+Green+Blue) = 227+21+152=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E31598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31598 is #1CEA67. Grayscale: #616161. Windows color (decimal): -1895016 or 9967075. OLE color: 9967075.
HSL color Cylindrical-coordinate representation of color #E31598: hue angle of 321.84º 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 #E31598 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 21 | 152 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.11 |
| HSL | 321.84º | 0.83% | 0.49% | - |
| HSV(B) | 321.84º | 0.91% | 0.89% | - |
| XYZ | 37.61 | 19.13 | 31.42 | - |
| YUV | 97.53 | 158.75 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 21 | 152 | 0 | 0.91 | 0.33 | 0.11 | 321.84 | 0.83 | 0.49 |
| Hex | E3 | 15 | 98 | 0 | 5B | 21 | B | 142 | 53 | 31 |
| Octal | 343 | 25 | 230 | 0 | 133 | 41 | 13 | 502 | 123 | 61 |
| Binary | 11100011 | 10101 | 10011000 | 0 | 1011011 | 100001 | 1011 | 101000010 | 1010011 | 110001 |
Color Harmonies of #E31598
Complementary color
Monochromatic Colors of #E31598
Black with #E31598
Text Example
Text Example
White with #E31598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31598; }
p { color: rgb(227,21,152); }
H1.HeaderClassName
{
color: #E31598;
}
.AnyTagClassName
{
color: #E31598;
}
</style>
background-color css
<style>
a { background-color: #E31598; }
a { background-color: rgb(227,21,152); }
div.DivClassName
{
background-color: #E31598;
}
.BgClassName
{
background-color: #E31598;
}
</style>
border-color css
<style>
span { border-color: #E31598; }
span { border-color: rgb(227,21,152); }
td.TdClassName
{
border-color: #E31598;
}
.TagClassName
{
border-color: #E31598;
}
</style>