Shades of Hollywood Cerise #E10B9B
Tints of Hollywood Cerise #E10B9B
RGB
CMYK
RGB Variations
Color information
#E10B9B (or 0xE10B9B) is known color: Hollywood Cerise. HEX triplet: E1, 0B and 9B. RGB value is (225,11,155). Sum of RGB (Red+Green+Blue) = 225+11+155=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10B9B is #1EF464. Grayscale: #5B5B5B. Windows color (decimal): -2028645 or 10161121. OLE color: 10161121.
HSL color Cylindrical-coordinate representation of color #E10B9B: hue angle of 319.63º 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 #E10B9B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 155 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.12 |
| HSL | 319.63º | 0.91% | 0.46% | - |
| HSV(B) | 319.63º | 0.95% | 0.88% | - |
| XYZ | 37.09 | 18.61 | 32.65 | - |
| YUV | 91.4 | 163.9 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 155 | 0 | 0.95 | 0.31 | 0.12 | 319.63 | 0.91 | 0.46 |
| Hex | E1 | B | 9B | 0 | 5F | 1F | C | 140 | 5B | 2E |
| Octal | 341 | 13 | 233 | 0 | 137 | 37 | 14 | 500 | 133 | 56 |
| Binary | 11100001 | 1011 | 10011011 | 0 | 1011111 | 11111 | 1100 | 101000000 | 1011011 | 101110 |
Color Harmonies of #E10B9B
Complementary color
Monochromatic Colors of #E10B9B
Black with #E10B9B
Text Example
Text Example
White with #E10B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B9B; }
p { color: rgb(225,11,155); }
H1.HeaderClassName
{
color: #E10B9B;
}
.AnyTagClassName
{
color: #E10B9B;
}
</style>
background-color css
<style>
a { background-color: #E10B9B; }
a { background-color: rgb(225,11,155); }
div.DivClassName
{
background-color: #E10B9B;
}
.BgClassName
{
background-color: #E10B9B;
}
</style>
border-color css
<style>
span { border-color: #E10B9B; }
span { border-color: rgb(225,11,155); }
td.TdClassName
{
border-color: #E10B9B;
}
.TagClassName
{
border-color: #E10B9B;
}
</style>