Shades of Hollywood Cerise #E10B9D
Tints of Hollywood Cerise #E10B9D
RGB
CMYK
RGB Variations
Color information
#E10B9D (or 0xE10B9D) is known color: Hollywood Cerise. HEX triplet: E1, 0B and 9D. RGB value is (225,11,157). Sum of RGB (Red+Green+Blue) = 225+11+157=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10B9D is #1EF462. Grayscale: #5B5B5B. Windows color (decimal): -2028643 or 10292193. OLE color: 10292193.
HSL color Cylindrical-coordinate representation of color #E10B9D: hue angle of 319.07º 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 #E10B9D is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 11 | 157 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.12 |
| HSL | 319.07º | 0.91% | 0.46% | - |
| HSV(B) | 319.07º | 0.95% | 0.88% | - |
| XYZ | 37.26 | 18.68 | 33.54 | - |
| YUV | 91.63 | 164.9 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 11 | 157 | 0 | 0.95 | 0.30 | 0.12 | 319.07 | 0.91 | 0.46 |
| Hex | E1 | B | 9D | 0 | 5F | 1E | C | 13F | 5B | 2E |
| Octal | 341 | 13 | 235 | 0 | 137 | 36 | 14 | 477 | 133 | 56 |
| Binary | 11100001 | 1011 | 10011101 | 0 | 1011111 | 11110 | 1100 | 100111111 | 1011011 | 101110 |
Color Harmonies of #E10B9D
Complementary color
Monochromatic Colors of #E10B9D
Black with #E10B9D
Text Example
Text Example
White with #E10B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10B9D; }
p { color: rgb(225,11,157); }
H1.HeaderClassName
{
color: #E10B9D;
}
.AnyTagClassName
{
color: #E10B9D;
}
</style>
background-color css
<style>
a { background-color: #E10B9D; }
a { background-color: rgb(225,11,157); }
div.DivClassName
{
background-color: #E10B9D;
}
.BgClassName
{
background-color: #E10B9D;
}
</style>
border-color css
<style>
span { border-color: #E10B9D; }
span { border-color: rgb(225,11,157); }
td.TdClassName
{
border-color: #E10B9D;
}
.TagClassName
{
border-color: #E10B9D;
}
</style>