Shades of Hollywood Cerise #E2159B
Tints of Hollywood Cerise #E2159B
RGB
CMYK
RGB Variations
Color information
#E2159B (or 0xE2159B) is known color: Hollywood Cerise. HEX triplet: E2, 15 and 9B. RGB value is (226,21,155). Sum of RGB (Red+Green+Blue) = 226+21+155=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2159B is #1DEA64. Grayscale: #616161. Windows color (decimal): -1960549 or 10163682. OLE color: 10163682.
HSL color Cylindrical-coordinate representation of color #E2159B: hue angle of 320.78º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2159B is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 21 | 155 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.11 |
| HSL | 320.78º | 0.83% | 0.48% | - |
| HSV(B) | 320.78º | 0.91% | 0.89% | - |
| XYZ | 37.55 | 19.07 | 32.71 | - |
| YUV | 97.57 | 160.42 | 219.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 155 | 0 | 0.91 | 0.31 | 0.11 | 320.78 | 0.83 | 0.48 |
| Hex | E2 | 15 | 9B | 0 | 5B | 1F | B | 141 | 53 | 30 |
| Octal | 342 | 25 | 233 | 0 | 133 | 37 | 13 | 501 | 123 | 60 |
| Binary | 11100010 | 10101 | 10011011 | 0 | 1011011 | 11111 | 1011 | 101000001 | 1010011 | 110000 |
Color Harmonies of #E2159B
Complementary color
Monochromatic Colors of #E2159B
Black with #E2159B
Text Example
Text Example
White with #E2159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2159B; }
p { color: rgb(226,21,155); }
H1.HeaderClassName
{
color: #E2159B;
}
.AnyTagClassName
{
color: #E2159B;
}
</style>
background-color css
<style>
a { background-color: #E2159B; }
a { background-color: rgb(226,21,155); }
div.DivClassName
{
background-color: #E2159B;
}
.BgClassName
{
background-color: #E2159B;
}
</style>
border-color css
<style>
span { border-color: #E2159B; }
span { border-color: rgb(226,21,155); }
td.TdClassName
{
border-color: #E2159B;
}
.TagClassName
{
border-color: #E2159B;
}
</style>