Shades of Hollywood Cerise #E509A2
Tints of Hollywood Cerise #E509A2
RGB
CMYK
RGB Variations
Color information
#E509A2 (or 0xE509A2) is known color: Hollywood Cerise. HEX triplet: E5, 09 and A2. RGB value is (229,9,162). Sum of RGB (Red+Green+Blue) = 229+9+162=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E509A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E509A2 is #1AF65D. Grayscale: #5B5B5B. Windows color (decimal): -1767006 or 10619365. OLE color: 10619365.
HSL color Cylindrical-coordinate representation of color #E509A2: hue angle of 318.27º 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 #E509A2 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 162 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.10 |
| HSL | 318.27º | 0.92% | 0.47% | - |
| HSV(B) | 318.27º | 0.96% | 0.9% | - |
| XYZ | 38.93 | 19.46 | 35.89 | - |
| YUV | 92.22 | 167.39 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 162 | 0 | 0.96 | 0.29 | 0.10 | 318.27 | 0.92 | 0.47 |
| Hex | E5 | 9 | A2 | 0 | 60 | 1D | A | 13E | 5C | 2F |
| Octal | 345 | 11 | 242 | 0 | 140 | 35 | 12 | 476 | 134 | 57 |
| Binary | 11100101 | 1001 | 10100010 | 0 | 1100000 | 11101 | 1010 | 100111110 | 1011100 | 101111 |
Color Harmonies of #E509A2
Complementary color
Monochromatic Colors of #E509A2
Black with #E509A2
Text Example
Text Example
White with #E509A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E509A2; }
p { color: rgb(229,9,162); }
H1.HeaderClassName
{
color: #E509A2;
}
.AnyTagClassName
{
color: #E509A2;
}
</style>
background-color css
<style>
a { background-color: #E509A2; }
a { background-color: rgb(229,9,162); }
div.DivClassName
{
background-color: #E509A2;
}
.BgClassName
{
background-color: #E509A2;
}
</style>
border-color css
<style>
span { border-color: #E509A2; }
span { border-color: rgb(229,9,162); }
td.TdClassName
{
border-color: #E509A2;
}
.TagClassName
{
border-color: #E509A2;
}
</style>