Shades of Hollywood Cerise #E1009B
Tints of Hollywood Cerise #E1009B
RGB
CMYK
RGB Variations
Color information
#E1009B (or 0xE1009B) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 9B. RGB value is (225,0,155). Sum of RGB (Red+Green+Blue) = 225+0+155=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E1009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1009B is #1EFF64. Grayscale: #545454. Windows color (decimal): -2031461 or 10158305. OLE color: 10158305.
HSL color Cylindrical-coordinate representation of color #E1009B: hue angle of 318.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1009B is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 155 | - |
| CMYK | 0 | 1 | 0.31 | 0.12 |
| HSL | 318.67º | 1% | 0.44% | - |
| HSV(B) | 318.67º | 1% | 0.88% | - |
| XYZ | 36.97 | 18.37 | 32.61 | - |
| YUV | 84.95 | 167.54 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 155 | 0 | 1 | 0.31 | 0.12 | 318.67 | 1 | 0.44 |
| Hex | E1 | 0 | 9B | 0 | 64 | 1F | C | 13F | 64 | 2C |
| Octal | 341 | 0 | 233 | 0 | 144 | 37 | 14 | 477 | 144 | 54 |
| Binary | 11100001 | 0 | 10011011 | 0 | 1100100 | 11111 | 1100 | 100111111 | 1100100 | 101100 |
Color Harmonies of #E1009B
Complementary color
Monochromatic Colors of #E1009B
Black with #E1009B
Text Example
Text Example
White with #E1009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1009B; }
p { color: rgb(225,0,155); }
H1.HeaderClassName
{
color: #E1009B;
}
.AnyTagClassName
{
color: #E1009B;
}
</style>
background-color css
<style>
a { background-color: #E1009B; }
a { background-color: rgb(225,0,155); }
div.DivClassName
{
background-color: #E1009B;
}
.BgClassName
{
background-color: #E1009B;
}
</style>
border-color css
<style>
span { border-color: #E1009B; }
span { border-color: rgb(225,0,155); }
td.TdClassName
{
border-color: #E1009B;
}
.TagClassName
{
border-color: #E1009B;
}
</style>