Shades of Hollywood Cerise #E00A92
Tints of Hollywood Cerise #E00A92
RGB
CMYK
RGB Variations
Color information
#E00A92 (or 0xE00A92) is known color: Hollywood Cerise. HEX triplet: E0, 0A and 92. RGB value is (224,10,146). Sum of RGB (Red+Green+Blue) = 224+10+146=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00A92 is #1FF56D. Grayscale: #595959. Windows color (decimal): -2094446 or 9571040. OLE color: 9571040.
HSL color Cylindrical-coordinate representation of color #E00A92: hue angle of 321.87º degrees, saturation: 0.91, 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 #E00A92 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 10 | 146 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.12 |
| HSL | 321.87º | 0.91% | 0.46% | - |
| HSV(B) | 321.87º | 0.96% | 0.88% | - |
| XYZ | 36.04 | 18.14 | 28.8 | - |
| YUV | 89.49 | 159.9 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 146 | 0 | 0.96 | 0.35 | 0.12 | 321.87 | 0.91 | 0.46 |
| Hex | E0 | A | 92 | 0 | 60 | 23 | C | 142 | 5B | 2E |
| Octal | 340 | 12 | 222 | 0 | 140 | 43 | 14 | 502 | 133 | 56 |
| Binary | 11100000 | 1010 | 10010010 | 0 | 1100000 | 100011 | 1100 | 101000010 | 1011011 | 101110 |
Color Harmonies of #E00A92
Complementary color
Monochromatic Colors of #E00A92
Black with #E00A92
Text Example
Text Example
White with #E00A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00A92; }
p { color: rgb(224,10,146); }
H1.HeaderClassName
{
color: #E00A92;
}
.AnyTagClassName
{
color: #E00A92;
}
</style>
background-color css
<style>
a { background-color: #E00A92; }
a { background-color: rgb(224,10,146); }
div.DivClassName
{
background-color: #E00A92;
}
.BgClassName
{
background-color: #E00A92;
}
</style>
border-color css
<style>
span { border-color: #E00A92; }
span { border-color: rgb(224,10,146); }
td.TdClassName
{
border-color: #E00A92;
}
.TagClassName
{
border-color: #E00A92;
}
</style>