Shades of Hollywood Cerise #E20289
Tints of Hollywood Cerise #E20289
RGB
CMYK
RGB Variations
Color information
#E20289 (or 0xE20289) is known color: Hollywood Cerise. HEX triplet: E2, 02 and 89. RGB value is (226,2,137). Sum of RGB (Red+Green+Blue) = 226+2+137=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E20289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20289 is #1DFD76. Grayscale: #545454. Windows color (decimal): -1965431 or 8979170. OLE color: 8979170.
HSL color Cylindrical-coordinate representation of color #E20289: hue angle of 323.84º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20289 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 137 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.11 |
| HSL | 323.84º | 0.98% | 0.45% | - |
| HSV(B) | 323.84º | 0.99% | 0.89% | - |
| XYZ | 35.9 | 18.02 | 25.25 | - |
| YUV | 84.37 | 157.71 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 137 | 0 | 0.99 | 0.39 | 0.11 | 323.84 | 0.98 | 0.45 |
| Hex | E2 | 2 | 89 | 0 | 63 | 27 | B | 144 | 62 | 2D |
| Octal | 342 | 2 | 211 | 0 | 143 | 47 | 13 | 504 | 142 | 55 |
| Binary | 11100010 | 10 | 10001001 | 0 | 1100011 | 100111 | 1011 | 101000100 | 1100010 | 101101 |
Color Harmonies of #E20289
Complementary color
Monochromatic Colors of #E20289
Black with #E20289
Text Example
Text Example
White with #E20289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20289; }
p { color: rgb(226,2,137); }
H1.HeaderClassName
{
color: #E20289;
}
.AnyTagClassName
{
color: #E20289;
}
</style>
background-color css
<style>
a { background-color: #E20289; }
a { background-color: rgb(226,2,137); }
div.DivClassName
{
background-color: #E20289;
}
.BgClassName
{
background-color: #E20289;
}
</style>
border-color css
<style>
span { border-color: #E20289; }
span { border-color: rgb(226,2,137); }
td.TdClassName
{
border-color: #E20289;
}
.TagClassName
{
border-color: #E20289;
}
</style>