Shades of Hollywood Cerise #E5139F
Tints of Hollywood Cerise #E5139F
RGB
CMYK
RGB Variations
Color information
#E5139F (or 0xE5139F) is known color: Hollywood Cerise. HEX triplet: E5, 13 and 9F. RGB value is (229,19,159). Sum of RGB (Red+Green+Blue) = 229+19+159=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5139F is #1AEC60. Grayscale: #616161. Windows color (decimal): -1764449 or 10425317. OLE color: 10425317.
HSL color Cylindrical-coordinate representation of color #E5139F: hue angle of 320º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5139F is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 19 | 159 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.10 |
| HSL | 320º | 0.85% | 0.49% | - |
| HSV(B) | 320º | 0.92% | 0.9% | - |
| XYZ | 38.8 | 19.63 | 34.54 | - |
| YUV | 97.75 | 162.57 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 19 | 159 | 0 | 0.92 | 0.31 | 0.10 | 320 | 0.85 | 0.49 |
| Hex | E5 | 13 | 9F | 0 | 5C | 1F | A | 140 | 55 | 31 |
| Octal | 345 | 23 | 237 | 0 | 134 | 37 | 12 | 500 | 125 | 61 |
| Binary | 11100101 | 10011 | 10011111 | 0 | 1011100 | 11111 | 1010 | 101000000 | 1010101 | 110001 |
Color Harmonies of #E5139F
Complementary color
Monochromatic Colors of #E5139F
Black with #E5139F
Text Example
Text Example
White with #E5139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5139F; }
p { color: rgb(229,19,159); }
H1.HeaderClassName
{
color: #E5139F;
}
.AnyTagClassName
{
color: #E5139F;
}
</style>
background-color css
<style>
a { background-color: #E5139F; }
a { background-color: rgb(229,19,159); }
div.DivClassName
{
background-color: #E5139F;
}
.BgClassName
{
background-color: #E5139F;
}
</style>
border-color css
<style>
span { border-color: #E5139F; }
span { border-color: rgb(229,19,159); }
td.TdClassName
{
border-color: #E5139F;
}
.TagClassName
{
border-color: #E5139F;
}
</style>