Shades of Hollywood Cerise #E509A0
Tints of Hollywood Cerise #E509A0
RGB
CMYK
RGB Variations
Color information
#E509A0 (or 0xE509A0) is known color: Hollywood Cerise. HEX triplet: E5, 09 and A0. RGB value is (229,9,160). Sum of RGB (Red+Green+Blue) = 229+9+160=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E509A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E509A0 is #1AF65F. Grayscale: #5B5B5B. Windows color (decimal): -1767008 or 10488293. OLE color: 10488293.
HSL color Cylindrical-coordinate representation of color #E509A0: hue angle of 318.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E509A0 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.10 |
| HSL | 318.82º | 0.92% | 0.47% | - |
| HSV(B) | 318.82º | 0.96% | 0.9% | - |
| XYZ | 38.76 | 19.39 | 34.96 | - |
| YUV | 91.99 | 166.39 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 160 | 0 | 0.96 | 0.30 | 0.10 | 318.82 | 0.92 | 0.47 |
| Hex | E5 | 9 | A0 | 0 | 60 | 1E | A | 13F | 5C | 2F |
| Octal | 345 | 11 | 240 | 0 | 140 | 36 | 12 | 477 | 134 | 57 |
| Binary | 11100101 | 1001 | 10100000 | 0 | 1100000 | 11110 | 1010 | 100111111 | 1011100 | 101111 |
Color Harmonies of #E509A0
Complementary color
Monochromatic Colors of #E509A0
Black with #E509A0
Text Example
Text Example
White with #E509A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E509A0; }
p { color: rgb(229,9,160); }
H1.HeaderClassName
{
color: #E509A0;
}
.AnyTagClassName
{
color: #E509A0;
}
</style>
background-color css
<style>
a { background-color: #E509A0; }
a { background-color: rgb(229,9,160); }
div.DivClassName
{
background-color: #E509A0;
}
.BgClassName
{
background-color: #E509A0;
}
</style>
border-color css
<style>
span { border-color: #E509A0; }
span { border-color: rgb(229,9,160); }
td.TdClassName
{
border-color: #E509A0;
}
.TagClassName
{
border-color: #E509A0;
}
</style>