Shades of Hollywood Cerise #E0099A
Tints of Hollywood Cerise #E0099A
RGB
CMYK
RGB Variations
Color information
#E0099A (or 0xE0099A) is known color: Hollywood Cerise. HEX triplet: E0, 09 and 9A. RGB value is (224,9,154). Sum of RGB (Red+Green+Blue) = 224+9+154=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0099A is #1FF665. Grayscale: #595959. Windows color (decimal): -2094694 or 10095072. OLE color: 10095072.
HSL color Cylindrical-coordinate representation of color #E0099A: hue angle of 319.53º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0099A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.12 |
| HSL | 319.53º | 0.92% | 0.46% | - |
| HSV(B) | 319.53º | 0.96% | 0.88% | - |
| XYZ | 36.67 | 18.38 | 32.19 | - |
| YUV | 89.82 | 164.23 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 154 | 0 | 0.96 | 0.31 | 0.12 | 319.53 | 0.92 | 0.46 |
| Hex | E0 | 9 | 9A | 0 | 60 | 1F | C | 140 | 5C | 2E |
| Octal | 340 | 11 | 232 | 0 | 140 | 37 | 14 | 500 | 134 | 56 |
| Binary | 11100000 | 1001 | 10011010 | 0 | 1100000 | 11111 | 1100 | 101000000 | 1011100 | 101110 |
Color Harmonies of #E0099A
Complementary color
Monochromatic Colors of #E0099A
Black with #E0099A
Text Example
Text Example
White with #E0099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0099A; }
p { color: rgb(224,9,154); }
H1.HeaderClassName
{
color: #E0099A;
}
.AnyTagClassName
{
color: #E0099A;
}
</style>
background-color css
<style>
a { background-color: #E0099A; }
a { background-color: rgb(224,9,154); }
div.DivClassName
{
background-color: #E0099A;
}
.BgClassName
{
background-color: #E0099A;
}
</style>
border-color css
<style>
span { border-color: #E0099A; }
span { border-color: rgb(224,9,154); }
td.TdClassName
{
border-color: #E0099A;
}
.TagClassName
{
border-color: #E0099A;
}
</style>