Shades of Hollywood Cerise #E00093
Tints of Hollywood Cerise #E00093
RGB
CMYK
RGB Variations
Color information
#E00093 (or 0xE00093) is known color: Hollywood Cerise. HEX triplet: E0, 00 and 93. RGB value is (224,0,147). Sum of RGB (Red+Green+Blue) = 224+0+147=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E00093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00093 is #1FFF6C. Grayscale: #535353. Windows color (decimal): -2097005 or 9634016. OLE color: 9634016.
HSL color Cylindrical-coordinate representation of color #E00093: hue angle of 320.62º 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 #E00093 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.34 | 0.12 |
| HSL | 320.63º | 1% | 0.44% | - |
| HSV(B) | 320.63º | 1% | 0.88% | - |
| XYZ | 36.01 | 17.95 | 29.17 | - |
| YUV | 83.73 | 163.71 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 147 | 0 | 1 | 0.34 | 0.12 | 320.63 | 1 | 0.44 |
| Hex | E0 | 0 | 93 | 0 | 64 | 22 | C | 141 | 64 | 2C |
| Octal | 340 | 0 | 223 | 0 | 144 | 42 | 14 | 501 | 144 | 54 |
| Binary | 11100000 | 0 | 10010011 | 0 | 1100100 | 100010 | 1100 | 101000001 | 1100100 | 101100 |
Color Harmonies of #E00093
Complementary color
Monochromatic Colors of #E00093
Black with #E00093
Text Example
Text Example
White with #E00093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00093; }
p { color: rgb(224,0,147); }
H1.HeaderClassName
{
color: #E00093;
}
.AnyTagClassName
{
color: #E00093;
}
</style>
background-color css
<style>
a { background-color: #E00093; }
a { background-color: rgb(224,0,147); }
div.DivClassName
{
background-color: #E00093;
}
.BgClassName
{
background-color: #E00093;
}
</style>
border-color css
<style>
span { border-color: #E00093; }
span { border-color: rgb(224,0,147); }
td.TdClassName
{
border-color: #E00093;
}
.TagClassName
{
border-color: #E00093;
}
</style>