Shades of Hollywood Cerise #E5039A
Tints of Hollywood Cerise #E5039A
RGB
CMYK
RGB Variations
Color information
#E5039A (or 0xE5039A) is known color: Hollywood Cerise. HEX triplet: E5, 03 and 9A. RGB value is (229,3,154). Sum of RGB (Red+Green+Blue) = 229+3+154=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5039A is #1AFC65. Grayscale: #575757. Windows color (decimal): -1768550 or 10093541. OLE color: 10093541.
HSL color Cylindrical-coordinate representation of color #E5039A: hue angle of 319.91º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5039A is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 3 | 154 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.10 |
| HSL | 319.91º | 0.97% | 0.45% | - |
| HSV(B) | 319.91º | 0.99% | 0.9% | - |
| XYZ | 38.18 | 19.06 | 32.24 | - |
| YUV | 87.79 | 165.37 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 3 | 154 | 0 | 0.99 | 0.33 | 0.10 | 319.91 | 0.97 | 0.45 |
| Hex | E5 | 3 | 9A | 0 | 63 | 21 | A | 140 | 61 | 2D |
| Octal | 345 | 3 | 232 | 0 | 143 | 41 | 12 | 500 | 141 | 55 |
| Binary | 11100101 | 11 | 10011010 | 0 | 1100011 | 100001 | 1010 | 101000000 | 1100001 | 101101 |
Color Harmonies of #E5039A
Complementary color
Monochromatic Colors of #E5039A
Black with #E5039A
Text Example
Text Example
White with #E5039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5039A; }
p { color: rgb(229,3,154); }
H1.HeaderClassName
{
color: #E5039A;
}
.AnyTagClassName
{
color: #E5039A;
}
</style>
background-color css
<style>
a { background-color: #E5039A; }
a { background-color: rgb(229,3,154); }
div.DivClassName
{
background-color: #E5039A;
}
.BgClassName
{
background-color: #E5039A;
}
</style>
border-color css
<style>
span { border-color: #E5039A; }
span { border-color: rgb(229,3,154); }
td.TdClassName
{
border-color: #E5039A;
}
.TagClassName
{
border-color: #E5039A;
}
</style>