Shades of Hollywood Cerise #E5149C
Tints of Hollywood Cerise #E5149C
RGB
CMYK
RGB Variations
Color information
#E5149C (or 0xE5149C) is known color: Hollywood Cerise. HEX triplet: E5, 14 and 9C. RGB value is (229,20,156). Sum of RGB (Red+Green+Blue) = 229+20+156=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5149C is #1AEB63. Grayscale: #616161. Windows color (decimal): -1764196 or 10228965. OLE color: 10228965.
HSL color Cylindrical-coordinate representation of color #E5149C: hue angle of 320.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5149C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 156 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.10 |
| HSL | 320.96º | 0.84% | 0.49% | - |
| HSV(B) | 320.96º | 0.91% | 0.9% | - |
| XYZ | 38.56 | 19.56 | 33.2 | - |
| YUV | 98 | 160.74 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 156 | 0 | 0.91 | 0.32 | 0.10 | 320.96 | 0.84 | 0.49 |
| Hex | E5 | 14 | 9C | 0 | 5B | 20 | A | 141 | 54 | 31 |
| Octal | 345 | 24 | 234 | 0 | 133 | 40 | 12 | 501 | 124 | 61 |
| Binary | 11100101 | 10100 | 10011100 | 0 | 1011011 | 100000 | 1010 | 101000001 | 1010100 | 110001 |
Color Harmonies of #E5149C
Complementary color
Monochromatic Colors of #E5149C
Black with #E5149C
Text Example
Text Example
White with #E5149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5149C; }
p { color: rgb(229,20,156); }
H1.HeaderClassName
{
color: #E5149C;
}
.AnyTagClassName
{
color: #E5149C;
}
</style>
background-color css
<style>
a { background-color: #E5149C; }
a { background-color: rgb(229,20,156); }
div.DivClassName
{
background-color: #E5149C;
}
.BgClassName
{
background-color: #E5149C;
}
</style>
border-color css
<style>
span { border-color: #E5149C; }
span { border-color: rgb(229,20,156); }
td.TdClassName
{
border-color: #E5149C;
}
.TagClassName
{
border-color: #E5149C;
}
</style>