Shades of Hollywood Cerise #E00993
Tints of Hollywood Cerise #E00993
RGB
CMYK
RGB Variations
Color information
#E00993 (or 0xE00993) is known color: Hollywood Cerise. HEX triplet: E0, 09 and 93. RGB value is (224,9,147). Sum of RGB (Red+Green+Blue) = 224+9+147=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E00993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00993 is #1FF66C. Grayscale: #585858. Windows color (decimal): -2094701 or 9636320. OLE color: 9636320.
HSL color Cylindrical-coordinate representation of color #E00993: hue angle of 321.49º 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 #E00993 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 147 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.12 |
| HSL | 321.49º | 0.92% | 0.46% | - |
| HSV(B) | 321.49º | 0.96% | 0.88% | - |
| XYZ | 36.1 | 18.15 | 29.2 | - |
| YUV | 89.02 | 160.73 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 147 | 0 | 0.96 | 0.34 | 0.12 | 321.49 | 0.92 | 0.46 |
| Hex | E0 | 9 | 93 | 0 | 60 | 22 | C | 141 | 5C | 2E |
| Octal | 340 | 11 | 223 | 0 | 140 | 42 | 14 | 501 | 134 | 56 |
| Binary | 11100000 | 1001 | 10010011 | 0 | 1100000 | 100010 | 1100 | 101000001 | 1011100 | 101110 |
Color Harmonies of #E00993
Complementary color
Monochromatic Colors of #E00993
Black with #E00993
Text Example
Text Example
White with #E00993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00993; }
p { color: rgb(224,9,147); }
H1.HeaderClassName
{
color: #E00993;
}
.AnyTagClassName
{
color: #E00993;
}
</style>
background-color css
<style>
a { background-color: #E00993; }
a { background-color: rgb(224,9,147); }
div.DivClassName
{
background-color: #E00993;
}
.BgClassName
{
background-color: #E00993;
}
</style>
border-color css
<style>
span { border-color: #E00993; }
span { border-color: rgb(224,9,147); }
td.TdClassName
{
border-color: #E00993;
}
.TagClassName
{
border-color: #E00993;
}
</style>