Shades of Hollywood Cerise #E5149D
Tints of Hollywood Cerise #E5149D
RGB
CMYK
RGB Variations
Color information
#E5149D (or 0xE5149D) is known color: Hollywood Cerise. HEX triplet: E5, 14 and 9D. RGB value is (229,20,157). Sum of RGB (Red+Green+Blue) = 229+20+157=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5149D is #1AEB62. Grayscale: #616161. Windows color (decimal): -1764195 or 10294501. OLE color: 10294501.
HSL color Cylindrical-coordinate representation of color #E5149D: hue angle of 320.67º 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 #E5149D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 157 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.10 |
| HSL | 320.67º | 0.84% | 0.49% | - |
| HSV(B) | 320.67º | 0.91% | 0.9% | - |
| XYZ | 38.65 | 19.59 | 33.64 | - |
| YUV | 98.11 | 161.24 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 157 | 0 | 0.91 | 0.31 | 0.10 | 320.67 | 0.84 | 0.49 |
| Hex | E5 | 14 | 9D | 0 | 5B | 1F | A | 141 | 54 | 31 |
| Octal | 345 | 24 | 235 | 0 | 133 | 37 | 12 | 501 | 124 | 61 |
| Binary | 11100101 | 10100 | 10011101 | 0 | 1011011 | 11111 | 1010 | 101000001 | 1010100 | 110001 |
Color Harmonies of #E5149D
Complementary color
Monochromatic Colors of #E5149D
Black with #E5149D
Text Example
Text Example
White with #E5149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5149D; }
p { color: rgb(229,20,157); }
H1.HeaderClassName
{
color: #E5149D;
}
.AnyTagClassName
{
color: #E5149D;
}
</style>
background-color css
<style>
a { background-color: #E5149D; }
a { background-color: rgb(229,20,157); }
div.DivClassName
{
background-color: #E5149D;
}
.BgClassName
{
background-color: #E5149D;
}
</style>
border-color css
<style>
span { border-color: #E5149D; }
span { border-color: rgb(229,20,157); }
td.TdClassName
{
border-color: #E5149D;
}
.TagClassName
{
border-color: #E5149D;
}
</style>