Shades of Hollywood Cerise #E20189
Tints of Hollywood Cerise #E20189
RGB
CMYK
RGB Variations
Color information
#E20189 (or 0xE20189) is known color: Hollywood Cerise. HEX triplet: E2, 01 and 89. RGB value is (226,1,137). Sum of RGB (Red+Green+Blue) = 226+1+137=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E20189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20189 is #1DFE76. Grayscale: #535353. Windows color (decimal): -1965687 or 8978914. OLE color: 8978914.
HSL color Cylindrical-coordinate representation of color #E20189: hue angle of 323.73º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20189 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.11 |
| HSL | 323.73º | 0.99% | 0.45% | - |
| HSV(B) | 323.73º | 1% | 0.89% | - |
| XYZ | 35.89 | 18 | 25.25 | - |
| YUV | 83.78 | 158.04 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 137 | 0 | 1.00 | 0.39 | 0.11 | 323.73 | 0.99 | 0.45 |
| Hex | E2 | 1 | 89 | 0 | 64 | 27 | B | 144 | 63 | 2D |
| Octal | 342 | 1 | 211 | 0 | 144 | 47 | 13 | 504 | 143 | 55 |
| Binary | 11100010 | 1 | 10001001 | 0 | 1100100 | 100111 | 1011 | 101000100 | 1100011 | 101101 |
Color Harmonies of #E20189
Complementary color
Monochromatic Colors of #E20189
Black with #E20189
Text Example
Text Example
White with #E20189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20189; }
p { color: rgb(226,1,137); }
H1.HeaderClassName
{
color: #E20189;
}
.AnyTagClassName
{
color: #E20189;
}
</style>
background-color css
<style>
a { background-color: #E20189; }
a { background-color: rgb(226,1,137); }
div.DivClassName
{
background-color: #E20189;
}
.BgClassName
{
background-color: #E20189;
}
</style>
border-color css
<style>
span { border-color: #E20189; }
span { border-color: rgb(226,1,137); }
td.TdClassName
{
border-color: #E20189;
}
.TagClassName
{
border-color: #E20189;
}
</style>