Shades of Hollywood Cerise #E00893
Tints of Hollywood Cerise #E00893
RGB
CMYK
RGB Variations
Color information
#E00893 (or 0xE00893) is known color: Hollywood Cerise. HEX triplet: E0, 08 and 93. RGB value is (224,8,147). Sum of RGB (Red+Green+Blue) = 224+8+147=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E00893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00893 is #1FF76C. Grayscale: #585858. Windows color (decimal): -2094957 or 9636064. OLE color: 9636064.
HSL color Cylindrical-coordinate representation of color #E00893: hue angle of 321.39º 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 #E00893 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.12 |
| HSL | 321.39º | 0.93% | 0.45% | - |
| HSV(B) | 321.39º | 0.96% | 0.88% | - |
| XYZ | 36.09 | 18.13 | 29.2 | - |
| YUV | 88.43 | 161.06 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 147 | 0 | 0.96 | 0.34 | 0.12 | 321.39 | 0.93 | 0.45 |
| Hex | E0 | 8 | 93 | 0 | 60 | 22 | C | 141 | 5D | 2D |
| Octal | 340 | 10 | 223 | 0 | 140 | 42 | 14 | 501 | 135 | 55 |
| Binary | 11100000 | 1000 | 10010011 | 0 | 1100000 | 100010 | 1100 | 101000001 | 1011101 | 101101 |
Color Harmonies of #E00893
Complementary color
Monochromatic Colors of #E00893
Black with #E00893
Text Example
Text Example
White with #E00893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00893; }
p { color: rgb(224,8,147); }
H1.HeaderClassName
{
color: #E00893;
}
.AnyTagClassName
{
color: #E00893;
}
</style>
background-color css
<style>
a { background-color: #E00893; }
a { background-color: rgb(224,8,147); }
div.DivClassName
{
background-color: #E00893;
}
.BgClassName
{
background-color: #E00893;
}
</style>
border-color css
<style>
span { border-color: #E00893; }
span { border-color: rgb(224,8,147); }
td.TdClassName
{
border-color: #E00893;
}
.TagClassName
{
border-color: #E00893;
}
</style>