Shades of Hollywood Cerise #E5009A
Tints of Hollywood Cerise #E5009A
RGB
CMYK
RGB Variations
Color information
#E5009A (or 0xE5009A) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 9A. RGB value is (229,0,154). Sum of RGB (Red+Green+Blue) = 229+0+154=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E5009A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5009A is #1AFF65. Grayscale: #555555. Windows color (decimal): -1769318 or 10092773. OLE color: 10092773.
HSL color Cylindrical-coordinate representation of color #E5009A: hue angle of 319.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5009A is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.33 | 0.10 |
| HSL | 319.65º | 1% | 0.45% | - |
| HSV(B) | 319.65º | 1% | 0.9% | - |
| XYZ | 38.15 | 18.99 | 32.23 | - |
| YUV | 86.03 | 166.37 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 154 | 0 | 1 | 0.33 | 0.10 | 319.65 | 1 | 0.45 |
| Hex | E5 | 0 | 9A | 0 | 64 | 21 | A | 140 | 64 | 2D |
| Octal | 345 | 0 | 232 | 0 | 144 | 41 | 12 | 500 | 144 | 55 |
| Binary | 11100101 | 0 | 10011010 | 0 | 1100100 | 100001 | 1010 | 101000000 | 1100100 | 101101 |
Color Harmonies of #E5009A
Complementary color
Monochromatic Colors of #E5009A
Black with #E5009A
Text Example
Text Example
White with #E5009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5009A; }
p { color: rgb(229,0,154); }
H1.HeaderClassName
{
color: #E5009A;
}
.AnyTagClassName
{
color: #E5009A;
}
</style>
background-color css
<style>
a { background-color: #E5009A; }
a { background-color: rgb(229,0,154); }
div.DivClassName
{
background-color: #E5009A;
}
.BgClassName
{
background-color: #E5009A;
}
</style>
border-color css
<style>
span { border-color: #E5009A; }
span { border-color: rgb(229,0,154); }
td.TdClassName
{
border-color: #E5009A;
}
.TagClassName
{
border-color: #E5009A;
}
</style>