Shades of Hollywood Cerise #E00BAF
Tints of Hollywood Cerise #E00BAF
RGB
CMYK
RGB Variations
Color information
#E00BAF (or 0xE00BAF) is known color: Hollywood Cerise. HEX triplet: E0, 0B and AF. RGB value is (224,11,175). Sum of RGB (Red+Green+Blue) = 224+11+175=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00BAF is #1FF450. Grayscale: #5C5C5C. Windows color (decimal): -2094161 or 11471840. OLE color: 11471840.
HSL color Cylindrical-coordinate representation of color #E00BAF: hue angle of 313.8º 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 #E00BAF is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 11 | 175 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.12 |
| HSL | 313.8º | 0.91% | 0.46% | - |
| HSV(B) | 313.8º | 0.95% | 0.88% | - |
| XYZ | 38.6 | 19.18 | 42.23 | - |
| YUV | 93.38 | 174.07 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 11 | 175 | 0 | 0.95 | 0.22 | 0.12 | 313.8 | 0.91 | 0.46 |
| Hex | E0 | B | AF | 0 | 5F | 16 | C | 13A | 5B | 2E |
| Octal | 340 | 13 | 257 | 0 | 137 | 26 | 14 | 472 | 133 | 56 |
| Binary | 11100000 | 1011 | 10101111 | 0 | 1011111 | 10110 | 1100 | 100111010 | 1011011 | 101110 |
Color Harmonies of #E00BAF
Complementary color
Monochromatic Colors of #E00BAF
Black with #E00BAF
Text Example
Text Example
White with #E00BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00BAF; }
p { color: rgb(224,11,175); }
H1.HeaderClassName
{
color: #E00BAF;
}
.AnyTagClassName
{
color: #E00BAF;
}
</style>
background-color css
<style>
a { background-color: #E00BAF; }
a { background-color: rgb(224,11,175); }
div.DivClassName
{
background-color: #E00BAF;
}
.BgClassName
{
background-color: #E00BAF;
}
</style>
border-color css
<style>
span { border-color: #E00BAF; }
span { border-color: rgb(224,11,175); }
td.TdClassName
{
border-color: #E00BAF;
}
.TagClassName
{
border-color: #E00BAF;
}
</style>