Shades of Hollywood Cerise #E0009A
Tints of Hollywood Cerise #E0009A
RGB
CMYK
RGB Variations
Color information
#E0009A (or 0xE0009A) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 9A. RGB value is (224,0,154). Sum of RGB (Red+Green+Blue) = 224+0+154=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E0009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0009A is #1FFF65. Grayscale: #545454. Windows color (decimal): -2096998 or 10092768. OLE color: 10092768.
HSL color Cylindrical-coordinate representation of color #E0009A: hue angle of 318.75º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0009A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.31 | 0.12 |
| HSL | 318.75º | 1% | 0.44% | - |
| HSV(B) | 318.75º | 1% | 0.88% | - |
| XYZ | 36.57 | 18.18 | 32.15 | - |
| YUV | 84.53 | 167.21 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 154 | 0 | 1 | 0.31 | 0.12 | 318.75 | 1 | 0.44 |
| Hex | E0 | 0 | 9A | 0 | 64 | 1F | C | 13F | 64 | 2C |
| Octal | 340 | 0 | 232 | 0 | 144 | 37 | 14 | 477 | 144 | 54 |
| Binary | 11100000 | 0 | 10011010 | 0 | 1100100 | 11111 | 1100 | 100111111 | 1100100 | 101100 |
Color Harmonies of #E0009A
Complementary color
Monochromatic Colors of #E0009A
Black with #E0009A
Text Example
Text Example
White with #E0009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0009A; }
p { color: rgb(224,0,154); }
H1.HeaderClassName
{
color: #E0009A;
}
.AnyTagClassName
{
color: #E0009A;
}
</style>
background-color css
<style>
a { background-color: #E0009A; }
a { background-color: rgb(224,0,154); }
div.DivClassName
{
background-color: #E0009A;
}
.BgClassName
{
background-color: #E0009A;
}
</style>
border-color css
<style>
span { border-color: #E0009A; }
span { border-color: rgb(224,0,154); }
td.TdClassName
{
border-color: #E0009A;
}
.TagClassName
{
border-color: #E0009A;
}
</style>