Shades of Hollywood Cerise #E50189
Tints of Hollywood Cerise #E50189
RGB
CMYK
RGB Variations
Color information
#E50189 (or 0xE50189) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 89. RGB value is (229,1,137). Sum of RGB (Red+Green+Blue) = 229+1+137=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E50189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50189 is #1AFE76. Grayscale: #545454. Windows color (decimal): -1769079 or 8978917. OLE color: 8978917.
HSL color Cylindrical-coordinate representation of color #E50189: hue angle of 324.21º 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 #E50189 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.10 |
| HSL | 324.21º | 0.99% | 0.45% | - |
| HSV(B) | 324.21º | 1% | 0.9% | - |
| XYZ | 36.84 | 18.49 | 25.29 | - |
| YUV | 84.68 | 157.54 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 137 | 0 | 1.00 | 0.40 | 0.10 | 324.21 | 0.99 | 0.45 |
| Hex | E5 | 1 | 89 | 0 | 64 | 28 | A | 144 | 63 | 2D |
| Octal | 345 | 1 | 211 | 0 | 144 | 50 | 12 | 504 | 143 | 55 |
| Binary | 11100101 | 1 | 10001001 | 0 | 1100100 | 101000 | 1010 | 101000100 | 1100011 | 101101 |
Color Harmonies of #E50189
Complementary color
Monochromatic Colors of #E50189
Black with #E50189
Text Example
Text Example
White with #E50189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50189; }
p { color: rgb(229,1,137); }
H1.HeaderClassName
{
color: #E50189;
}
.AnyTagClassName
{
color: #E50189;
}
</style>
background-color css
<style>
a { background-color: #E50189; }
a { background-color: rgb(229,1,137); }
div.DivClassName
{
background-color: #E50189;
}
.BgClassName
{
background-color: #E50189;
}
</style>
border-color css
<style>
span { border-color: #E50189; }
span { border-color: rgb(229,1,137); }
td.TdClassName
{
border-color: #E50189;
}
.TagClassName
{
border-color: #E50189;
}
</style>