Shades of Hollywood Cerise #E1099B
Tints of Hollywood Cerise #E1099B
RGB
CMYK
RGB Variations
Color information
#E1099B (or 0xE1099B) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 9B. RGB value is (225,9,155). Sum of RGB (Red+Green+Blue) = 225+9+155=389 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.84% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 225 - color contains mainly: red. Hex color #E1099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1099B is #1EF664. Grayscale: #595959. Windows color (decimal): -2029157 or 10160609. OLE color: 10160609.
HSL color Cylindrical-coordinate representation of color #E1099B: hue angle of 319.44º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1099B is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.12 |
| HSL | 319.44º | 0.92% | 0.46% | - |
| HSV(B) | 319.44º | 0.96% | 0.88% | - |
| XYZ | 37.07 | 18.57 | 32.64 | - |
| YUV | 90.23 | 164.56 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 155 | 0 | 0.96 | 0.31 | 0.12 | 319.44 | 0.92 | 0.46 |
| Hex | E1 | 9 | 9B | 0 | 60 | 1F | C | 13F | 5C | 2E |
| Octal | 341 | 11 | 233 | 0 | 140 | 37 | 14 | 477 | 134 | 56 |
| Binary | 11100001 | 1001 | 10011011 | 0 | 1100000 | 11111 | 1100 | 100111111 | 1011100 | 101110 |
Color Harmonies of #E1099B
Complementary color
Monochromatic Colors of #E1099B
Black with #E1099B
Text Example
Text Example
White with #E1099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1099B; }
p { color: rgb(225,9,155); }
H1.HeaderClassName
{
color: #E1099B;
}
.AnyTagClassName
{
color: #E1099B;
}
</style>
background-color css
<style>
a { background-color: #E1099B; }
a { background-color: rgb(225,9,155); }
div.DivClassName
{
background-color: #E1099B;
}
.BgClassName
{
background-color: #E1099B;
}
</style>
border-color css
<style>
span { border-color: #E1099B; }
span { border-color: rgb(225,9,155); }
td.TdClassName
{
border-color: #E1099B;
}
.TagClassName
{
border-color: #E1099B;
}
</style>