Shades of Hollywood Cerise #E50190
Tints of Hollywood Cerise #E50190
RGB
CMYK
RGB Variations
Color information
#E50190 (or 0xE50190) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 90. RGB value is (229,1,144). Sum of RGB (Red+Green+Blue) = 229+1+144=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E50190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50190 is #1AFE6F. Grayscale: #555555. Windows color (decimal): -1769072 or 9437669. OLE color: 9437669.
HSL color Cylindrical-coordinate representation of color #E50190: hue angle of 322.37º 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 #E50190 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.10 |
| HSL | 322.37º | 0.99% | 0.45% | - |
| HSV(B) | 322.37º | 1% | 0.9% | - |
| XYZ | 37.36 | 18.69 | 28.02 | - |
| YUV | 85.47 | 161.04 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 144 | 0 | 1.00 | 0.37 | 0.10 | 322.37 | 0.99 | 0.45 |
| Hex | E5 | 1 | 90 | 0 | 64 | 25 | A | 142 | 63 | 2D |
| Octal | 345 | 1 | 220 | 0 | 144 | 45 | 12 | 502 | 143 | 55 |
| Binary | 11100101 | 1 | 10010000 | 0 | 1100100 | 100101 | 1010 | 101000010 | 1100011 | 101101 |
Color Harmonies of #E50190
Complementary color
Monochromatic Colors of #E50190
Black with #E50190
Text Example
Text Example
White with #E50190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50190; }
p { color: rgb(229,1,144); }
H1.HeaderClassName
{
color: #E50190;
}
.AnyTagClassName
{
color: #E50190;
}
</style>
background-color css
<style>
a { background-color: #E50190; }
a { background-color: rgb(229,1,144); }
div.DivClassName
{
background-color: #E50190;
}
.BgClassName
{
background-color: #E50190;
}
</style>
border-color css
<style>
span { border-color: #E50190; }
span { border-color: rgb(229,1,144); }
td.TdClassName
{
border-color: #E50190;
}
.TagClassName
{
border-color: #E50190;
}
</style>