Shades of Hollywood Cerise #E9149D
Tints of Hollywood Cerise #E9149D
RGB
CMYK
RGB Variations
Color information
#E9149D (or 0xE9149D) is known color: Hollywood Cerise. HEX triplet: E9, 14 and 9D. RGB value is (233,20,157). Sum of RGB (Red+Green+Blue) = 233+20+157=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9149D is #16EB62. Grayscale: #626262. Windows color (decimal): -1502051 or 10294505. OLE color: 10294505.
HSL color Cylindrical-coordinate representation of color #E9149D: hue angle of 321.41º 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 #E9149D is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 157 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.09 |
| HSL | 321.41º | 0.84% | 0.5% | - |
| HSV(B) | 321.41º | 0.91% | 0.91% | - |
| XYZ | 39.94 | 20.26 | 33.7 | - |
| YUV | 99.31 | 160.57 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 157 | 0 | 0.91 | 0.33 | 0.09 | 321.41 | 0.84 | 0.5 |
| Hex | E9 | 14 | 9D | 0 | 5B | 21 | 9 | 141 | 54 | 32 |
| Octal | 351 | 24 | 235 | 0 | 133 | 41 | 11 | 501 | 124 | 62 |
| Binary | 11101001 | 10100 | 10011101 | 0 | 1011011 | 100001 | 1001 | 101000001 | 1010100 | 110010 |
Color Harmonies of #E9149D
Complementary color
Monochromatic Colors of #E9149D
Black with #E9149D
Text Example
Text Example
White with #E9149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9149D; }
p { color: rgb(233,20,157); }
H1.HeaderClassName
{
color: #E9149D;
}
.AnyTagClassName
{
color: #E9149D;
}
</style>
background-color css
<style>
a { background-color: #E9149D; }
a { background-color: rgb(233,20,157); }
div.DivClassName
{
background-color: #E9149D;
}
.BgClassName
{
background-color: #E9149D;
}
</style>
border-color css
<style>
span { border-color: #E9149D; }
span { border-color: rgb(233,20,157); }
td.TdClassName
{
border-color: #E9149D;
}
.TagClassName
{
border-color: #E9149D;
}
</style>