Shades of Hollywood Cerise #E50198
Tints of Hollywood Cerise #E50198
RGB
CMYK
RGB Variations
Color information
#E50198 (or 0xE50198) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 98. RGB value is (229,1,152). Sum of RGB (Red+Green+Blue) = 229+1+152=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E50198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50198 is #1AFE67. Grayscale: #565656. Windows color (decimal): -1769064 or 9961957. OLE color: 9961957.
HSL color Cylindrical-coordinate representation of color #E50198: hue angle of 320.26º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50198 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.10 |
| HSL | 320.26º | 0.99% | 0.45% | - |
| HSV(B) | 320.26º | 1% | 0.9% | - |
| XYZ | 37.99 | 18.95 | 31.36 | - |
| YUV | 86.39 | 165.04 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 152 | 0 | 1.00 | 0.34 | 0.10 | 320.26 | 0.99 | 0.45 |
| Hex | E5 | 1 | 98 | 0 | 64 | 22 | A | 140 | 63 | 2D |
| Octal | 345 | 1 | 230 | 0 | 144 | 42 | 12 | 500 | 143 | 55 |
| Binary | 11100101 | 1 | 10011000 | 0 | 1100100 | 100010 | 1010 | 101000000 | 1100011 | 101101 |
Color Harmonies of #E50198
Complementary color
Monochromatic Colors of #E50198
Black with #E50198
Text Example
Text Example
White with #E50198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50198; }
p { color: rgb(229,1,152); }
H1.HeaderClassName
{
color: #E50198;
}
.AnyTagClassName
{
color: #E50198;
}
</style>
background-color css
<style>
a { background-color: #E50198; }
a { background-color: rgb(229,1,152); }
div.DivClassName
{
background-color: #E50198;
}
.BgClassName
{
background-color: #E50198;
}
</style>
border-color css
<style>
span { border-color: #E50198; }
span { border-color: rgb(229,1,152); }
td.TdClassName
{
border-color: #E50198;
}
.TagClassName
{
border-color: #E50198;
}
</style>