Shades of Hollywood Cerise #E1089B
Tints of Hollywood Cerise #E1089B
RGB
CMYK
RGB Variations
Color information
#E1089B (or 0xE1089B) is known color: Hollywood Cerise. HEX triplet: E1, 08 and 9B. RGB value is (225,8,155). Sum of RGB (Red+Green+Blue) = 225+8+155=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1089B is #1EF764. Grayscale: #595959. Windows color (decimal): -2029413 or 10160353. OLE color: 10160353.
HSL color Cylindrical-coordinate representation of color #E1089B: hue angle of 319.35º degrees, saturation: 0.93, 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 #E1089B is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.12 |
| HSL | 319.35º | 0.93% | 0.46% | - |
| HSV(B) | 319.35º | 0.96% | 0.88% | - |
| XYZ | 37.05 | 18.55 | 32.64 | - |
| YUV | 89.64 | 164.89 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 155 | 0 | 0.96 | 0.31 | 0.12 | 319.35 | 0.93 | 0.46 |
| Hex | E1 | 8 | 9B | 0 | 60 | 1F | C | 13F | 5D | 2E |
| Octal | 341 | 10 | 233 | 0 | 140 | 37 | 14 | 477 | 135 | 56 |
| Binary | 11100001 | 1000 | 10011011 | 0 | 1100000 | 11111 | 1100 | 100111111 | 1011101 | 101110 |
Color Harmonies of #E1089B
Complementary color
Monochromatic Colors of #E1089B
Black with #E1089B
Text Example
Text Example
White with #E1089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1089B; }
p { color: rgb(225,8,155); }
H1.HeaderClassName
{
color: #E1089B;
}
.AnyTagClassName
{
color: #E1089B;
}
</style>
background-color css
<style>
a { background-color: #E1089B; }
a { background-color: rgb(225,8,155); }
div.DivClassName
{
background-color: #E1089B;
}
.BgClassName
{
background-color: #E1089B;
}
</style>
border-color css
<style>
span { border-color: #E1089B; }
span { border-color: rgb(225,8,155); }
td.TdClassName
{
border-color: #E1089B;
}
.TagClassName
{
border-color: #E1089B;
}
</style>