Shades of Hollywood Cerise #E00B9E
Tints of Hollywood Cerise #E00B9E
RGB
CMYK
RGB Variations
Color information
#E00B9E (or 0xE00B9E) is known color: Hollywood Cerise. HEX triplet: E0, 0B and 9E. RGB value is (224,11,158). Sum of RGB (Red+Green+Blue) = 224+11+158=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00B9E is #1FF461. Grayscale: #5B5B5B. Windows color (decimal): -2094178 or 10357728. OLE color: 10357728.
HSL color Cylindrical-coordinate representation of color #E00B9E: hue angle of 318.59º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00B9E is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 158 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.12 |
| HSL | 318.59º | 0.91% | 0.46% | - |
| HSV(B) | 318.59º | 0.95% | 0.88% | - |
| XYZ | 37.03 | 18.56 | 33.98 | - |
| YUV | 91.45 | 165.57 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 158 | 0 | 0.95 | 0.29 | 0.12 | 318.59 | 0.91 | 0.46 |
| Hex | E0 | B | 9E | 0 | 5F | 1D | C | 13F | 5B | 2E |
| Octal | 340 | 13 | 236 | 0 | 137 | 35 | 14 | 477 | 133 | 56 |
| Binary | 11100000 | 1011 | 10011110 | 0 | 1011111 | 11101 | 1100 | 100111111 | 1011011 | 101110 |
Color Harmonies of #E00B9E
Complementary color
Monochromatic Colors of #E00B9E
Black with #E00B9E
Text Example
Text Example
White with #E00B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00B9E; }
p { color: rgb(224,11,158); }
H1.HeaderClassName
{
color: #E00B9E;
}
.AnyTagClassName
{
color: #E00B9E;
}
</style>
background-color css
<style>
a { background-color: #E00B9E; }
a { background-color: rgb(224,11,158); }
div.DivClassName
{
background-color: #E00B9E;
}
.BgClassName
{
background-color: #E00B9E;
}
</style>
border-color css
<style>
span { border-color: #E00B9E; }
span { border-color: rgb(224,11,158); }
td.TdClassName
{
border-color: #E00B9E;
}
.TagClassName
{
border-color: #E00B9E;
}
</style>