Shades of Hollywood Cerise #E00895
Tints of Hollywood Cerise #E00895
RGB
CMYK
RGB Variations
Color information
#E00895 (or 0xE00895) is known color: Hollywood Cerise. HEX triplet: E0, 08 and 95. RGB value is (224,8,149). Sum of RGB (Red+Green+Blue) = 224+8+149=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E00895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00895 is #1FF76A. Grayscale: #585858. Windows color (decimal): -2094955 or 9767136. OLE color: 9767136.
HSL color Cylindrical-coordinate representation of color #E00895: hue angle of 320.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00895 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 149 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.12 |
| HSL | 320.83º | 0.93% | 0.45% | - |
| HSV(B) | 320.83º | 0.96% | 0.88% | - |
| XYZ | 36.25 | 18.19 | 30.03 | - |
| YUV | 88.66 | 162.06 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 149 | 0 | 0.96 | 0.33 | 0.12 | 320.83 | 0.93 | 0.45 |
| Hex | E0 | 8 | 95 | 0 | 60 | 21 | C | 141 | 5D | 2D |
| Octal | 340 | 10 | 225 | 0 | 140 | 41 | 14 | 501 | 135 | 55 |
| Binary | 11100000 | 1000 | 10010101 | 0 | 1100000 | 100001 | 1100 | 101000001 | 1011101 | 101101 |
Color Harmonies of #E00895
Complementary color
Monochromatic Colors of #E00895
Black with #E00895
Text Example
Text Example
White with #E00895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00895; }
p { color: rgb(224,8,149); }
H1.HeaderClassName
{
color: #E00895;
}
.AnyTagClassName
{
color: #E00895;
}
</style>
background-color css
<style>
a { background-color: #E00895; }
a { background-color: rgb(224,8,149); }
div.DivClassName
{
background-color: #E00895;
}
.BgClassName
{
background-color: #E00895;
}
</style>
border-color css
<style>
span { border-color: #E00895; }
span { border-color: rgb(224,8,149); }
td.TdClassName
{
border-color: #E00895;
}
.TagClassName
{
border-color: #E00895;
}
</style>