Shades of Hollywood Cerise #E2109B
Tints of Hollywood Cerise #E2109B
RGB
CMYK
RGB Variations
Color information
#E2109B (or 0xE2109B) is known color: Hollywood Cerise. HEX triplet: E2, 10 and 9B. RGB value is (226,16,155). Sum of RGB (Red+Green+Blue) = 226+16+155=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E2109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2109B is #1DEF64. Grayscale: #5E5E5E. Windows color (decimal): -1961829 or 10162402. OLE color: 10162402.
HSL color Cylindrical-coordinate representation of color #E2109B: hue angle of 320.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2109B is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 155 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.11 |
| HSL | 320.29º | 0.87% | 0.47% | - |
| HSV(B) | 320.29º | 0.93% | 0.89% | - |
| XYZ | 37.47 | 18.91 | 32.68 | - |
| YUV | 94.64 | 162.07 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 155 | 0 | 0.93 | 0.31 | 0.11 | 320.29 | 0.87 | 0.47 |
| Hex | E2 | 10 | 9B | 0 | 5D | 1F | B | 140 | 57 | 2F |
| Octal | 342 | 20 | 233 | 0 | 135 | 37 | 13 | 500 | 127 | 57 |
| Binary | 11100010 | 10000 | 10011011 | 0 | 1011101 | 11111 | 1011 | 101000000 | 1010111 | 101111 |
Color Harmonies of #E2109B
Complementary color
Monochromatic Colors of #E2109B
Black with #E2109B
Text Example
Text Example
White with #E2109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2109B; }
p { color: rgb(226,16,155); }
H1.HeaderClassName
{
color: #E2109B;
}
.AnyTagClassName
{
color: #E2109B;
}
</style>
background-color css
<style>
a { background-color: #E2109B; }
a { background-color: rgb(226,16,155); }
div.DivClassName
{
background-color: #E2109B;
}
.BgClassName
{
background-color: #E2109B;
}
</style>
border-color css
<style>
span { border-color: #E2109B; }
span { border-color: rgb(226,16,155); }
td.TdClassName
{
border-color: #E2109B;
}
.TagClassName
{
border-color: #E2109B;
}
</style>