Shades of Hollywood Cerise #E9149B
Tints of Hollywood Cerise #E9149B
RGB
CMYK
RGB Variations
Color information
#E9149B (or 0xE9149B) is known color: Hollywood Cerise. HEX triplet: E9, 14 and 9B. RGB value is (233,20,155). Sum of RGB (Red+Green+Blue) = 233+20+155=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E9149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9149B is #16EB64. Grayscale: #626262. Windows color (decimal): -1502053 or 10163433. OLE color: 10163433.
HSL color Cylindrical-coordinate representation of color #E9149B: hue angle of 321.97º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9149B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 155 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.09 |
| HSL | 321.97º | 0.84% | 0.5% | - |
| HSV(B) | 321.97º | 0.91% | 0.91% | - |
| XYZ | 39.77 | 20.19 | 32.81 | - |
| YUV | 99.08 | 159.57 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 155 | 0 | 0.91 | 0.33 | 0.09 | 321.97 | 0.84 | 0.5 |
| Hex | E9 | 14 | 9B | 0 | 5B | 21 | 9 | 142 | 54 | 32 |
| Octal | 351 | 24 | 233 | 0 | 133 | 41 | 11 | 502 | 124 | 62 |
| Binary | 11101001 | 10100 | 10011011 | 0 | 1011011 | 100001 | 1001 | 101000010 | 1010100 | 110010 |
Color Harmonies of #E9149B
Complementary color
Monochromatic Colors of #E9149B
Black with #E9149B
Text Example
Text Example
White with #E9149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9149B; }
p { color: rgb(233,20,155); }
H1.HeaderClassName
{
color: #E9149B;
}
.AnyTagClassName
{
color: #E9149B;
}
</style>
background-color css
<style>
a { background-color: #E9149B; }
a { background-color: rgb(233,20,155); }
div.DivClassName
{
background-color: #E9149B;
}
.BgClassName
{
background-color: #E9149B;
}
</style>
border-color css
<style>
span { border-color: #E9149B; }
span { border-color: rgb(233,20,155); }
td.TdClassName
{
border-color: #E9149B;
}
.TagClassName
{
border-color: #E9149B;
}
</style>