Shades of Hollywood Cerise #E9149A
Tints of Hollywood Cerise #E9149A
RGB
CMYK
RGB Variations
Color information
#E9149A (or 0xE9149A) is known color: Hollywood Cerise. HEX triplet: E9, 14 and 9A. RGB value is (233,20,154). Sum of RGB (Red+Green+Blue) = 233+20+154=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E9149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9149A is #16EB65. Grayscale: #626262. Windows color (decimal): -1502054 or 10097897. OLE color: 10097897.
HSL color Cylindrical-coordinate representation of color #E9149A: hue angle of 322.25º 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 #E9149A is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 154 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.09 |
| HSL | 322.25º | 0.84% | 0.5% | - |
| HSV(B) | 322.25º | 0.91% | 0.91% | - |
| XYZ | 39.69 | 20.16 | 32.37 | - |
| YUV | 98.96 | 159.07 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 154 | 0 | 0.91 | 0.34 | 0.09 | 322.25 | 0.84 | 0.5 |
| Hex | E9 | 14 | 9A | 0 | 5B | 22 | 9 | 142 | 54 | 32 |
| Octal | 351 | 24 | 232 | 0 | 133 | 42 | 11 | 502 | 124 | 62 |
| Binary | 11101001 | 10100 | 10011010 | 0 | 1011011 | 100010 | 1001 | 101000010 | 1010100 | 110010 |
Color Harmonies of #E9149A
Complementary color
Monochromatic Colors of #E9149A
Black with #E9149A
Text Example
Text Example
White with #E9149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9149A; }
p { color: rgb(233,20,154); }
H1.HeaderClassName
{
color: #E9149A;
}
.AnyTagClassName
{
color: #E9149A;
}
</style>
background-color css
<style>
a { background-color: #E9149A; }
a { background-color: rgb(233,20,154); }
div.DivClassName
{
background-color: #E9149A;
}
.BgClassName
{
background-color: #E9149A;
}
</style>
border-color css
<style>
span { border-color: #E9149A; }
span { border-color: rgb(233,20,154); }
td.TdClassName
{
border-color: #E9149A;
}
.TagClassName
{
border-color: #E9149A;
}
</style>