Shades of Hollywood Cerise #E5149E
Tints of Hollywood Cerise #E5149E
RGB
CMYK
RGB Variations
Color information
#E5149E (or 0xE5149E) is known color: Hollywood Cerise. HEX triplet: E5, 14 and 9E. RGB value is (229,20,158). Sum of RGB (Red+Green+Blue) = 229+20+158=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5149E is #1AEB61. Grayscale: #616161. Windows color (decimal): -1764194 or 10360037. OLE color: 10360037.
HSL color Cylindrical-coordinate representation of color #E5149E: hue angle of 320.38º 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 #E5149E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 158 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.10 |
| HSL | 320.38º | 0.84% | 0.49% | - |
| HSV(B) | 320.38º | 0.91% | 0.9% | - |
| XYZ | 38.73 | 19.63 | 34.09 | - |
| YUV | 98.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 158 | 0 | 0.91 | 0.31 | 0.10 | 320.38 | 0.84 | 0.49 |
| Hex | E5 | 14 | 9E | 0 | 5B | 1F | A | 140 | 54 | 31 |
| Octal | 345 | 24 | 236 | 0 | 133 | 37 | 12 | 500 | 124 | 61 |
| Binary | 11100101 | 10100 | 10011110 | 0 | 1011011 | 11111 | 1010 | 101000000 | 1010100 | 110001 |
Color Harmonies of #E5149E
Complementary color
Monochromatic Colors of #E5149E
Black with #E5149E
Text Example
Text Example
White with #E5149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5149E; }
p { color: rgb(229,20,158); }
H1.HeaderClassName
{
color: #E5149E;
}
.AnyTagClassName
{
color: #E5149E;
}
</style>
background-color css
<style>
a { background-color: #E5149E; }
a { background-color: rgb(229,20,158); }
div.DivClassName
{
background-color: #E5149E;
}
.BgClassName
{
background-color: #E5149E;
}
</style>
border-color css
<style>
span { border-color: #E5149E; }
span { border-color: rgb(229,20,158); }
td.TdClassName
{
border-color: #E5149E;
}
.TagClassName
{
border-color: #E5149E;
}
</style>