Shades of Hollywood Cerise #E31498
Tints of Hollywood Cerise #E31498
RGB
CMYK
RGB Variations
Color information
#E31498 (or 0xE31498) is known color: Hollywood Cerise. HEX triplet: E3, 14 and 98. RGB value is (227,20,152). Sum of RGB (Red+Green+Blue) = 227+20+152=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E31498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31498 is #1CEB67. Grayscale: #606060. Windows color (decimal): -1895272 or 9966819. OLE color: 9966819.
HSL color Cylindrical-coordinate representation of color #E31498: hue angle of 321.74º 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 #E31498 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 152 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.11 |
| HSL | 321.74º | 0.84% | 0.48% | - |
| HSV(B) | 321.74º | 0.91% | 0.89% | - |
| XYZ | 37.6 | 19.1 | 31.41 | - |
| YUV | 96.94 | 159.08 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 152 | 0 | 0.91 | 0.33 | 0.11 | 321.74 | 0.84 | 0.48 |
| Hex | E3 | 14 | 98 | 0 | 5B | 21 | B | 142 | 54 | 30 |
| Octal | 343 | 24 | 230 | 0 | 133 | 41 | 13 | 502 | 124 | 60 |
| Binary | 11100011 | 10100 | 10011000 | 0 | 1011011 | 100001 | 1011 | 101000010 | 1010100 | 110000 |
Color Harmonies of #E31498
Complementary color
Monochromatic Colors of #E31498
Black with #E31498
Text Example
Text Example
White with #E31498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31498; }
p { color: rgb(227,20,152); }
H1.HeaderClassName
{
color: #E31498;
}
.AnyTagClassName
{
color: #E31498;
}
</style>
background-color css
<style>
a { background-color: #E31498; }
a { background-color: rgb(227,20,152); }
div.DivClassName
{
background-color: #E31498;
}
.BgClassName
{
background-color: #E31498;
}
</style>
border-color css
<style>
span { border-color: #E31498; }
span { border-color: rgb(227,20,152); }
td.TdClassName
{
border-color: #E31498;
}
.TagClassName
{
border-color: #E31498;
}
</style>