Shades of Hollywood Cerise #E10BAF
Tints of Hollywood Cerise #E10BAF
RGB
CMYK
RGB Variations
Color information
#E10BAF (or 0xE10BAF) is known color: Hollywood Cerise. HEX triplet: E1, 0B and AF. RGB value is (225,11,175). Sum of RGB (Red+Green+Blue) = 225+11+175=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E10BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10BAF is #1EF450. Grayscale: #5D5D5D. Windows color (decimal): -2028625 or 11471841. OLE color: 11471841.
HSL color Cylindrical-coordinate representation of color #E10BAF: hue angle of 314.02º 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 #E10BAF is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 175 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.12 |
| HSL | 314.02º | 0.91% | 0.46% | - |
| HSV(B) | 314.02º | 0.95% | 0.88% | - |
| XYZ | 38.91 | 19.34 | 42.24 | - |
| YUV | 93.68 | 173.9 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 175 | 0 | 0.95 | 0.22 | 0.12 | 314.02 | 0.91 | 0.46 |
| Hex | E1 | B | AF | 0 | 5F | 16 | C | 13A | 5B | 2E |
| Octal | 341 | 13 | 257 | 0 | 137 | 26 | 14 | 472 | 133 | 56 |
| Binary | 11100001 | 1011 | 10101111 | 0 | 1011111 | 10110 | 1100 | 100111010 | 1011011 | 101110 |
Color Harmonies of #E10BAF
Complementary color
Monochromatic Colors of #E10BAF
Black with #E10BAF
Text Example
Text Example
White with #E10BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10BAF; }
p { color: rgb(225,11,175); }
H1.HeaderClassName
{
color: #E10BAF;
}
.AnyTagClassName
{
color: #E10BAF;
}
</style>
background-color css
<style>
a { background-color: #E10BAF; }
a { background-color: rgb(225,11,175); }
div.DivClassName
{
background-color: #E10BAF;
}
.BgClassName
{
background-color: #E10BAF;
}
</style>
border-color css
<style>
span { border-color: #E10BAF; }
span { border-color: rgb(225,11,175); }
td.TdClassName
{
border-color: #E10BAF;
}
.TagClassName
{
border-color: #E10BAF;
}
</style>