Shades of Hollywood Cerise #E10CB2
Tints of Hollywood Cerise #E10CB2
RGB
CMYK
RGB Variations
Color information
#E10CB2 (or 0xE10CB2) is known color: Hollywood Cerise. HEX triplet: E1, 0C and B2. RGB value is (225,12,178). Sum of RGB (Red+Green+Blue) = 225+12+178=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 178 (69.92% from 255 or 42.89% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10CB2 is #1EF34D. Grayscale: #5E5E5E. Windows color (decimal): -2028366 or 11668705. OLE color: 11668705.
HSL color Cylindrical-coordinate representation of color #E10CB2: hue angle of 313.24º degrees, saturation: 0.9, 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 #E10CB2 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 178 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.12 |
| HSL | 313.24º | 0.9% | 0.46% | - |
| HSV(B) | 313.24º | 0.95% | 0.88% | - |
| XYZ | 39.22 | 19.48 | 43.81 | - |
| YUV | 94.61 | 175.07 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 178 | 0 | 0.95 | 0.21 | 0.12 | 313.24 | 0.9 | 0.46 |
| Hex | E1 | C | B2 | 0 | 5F | 15 | C | 139 | 5A | 2E |
| Octal | 341 | 14 | 262 | 0 | 137 | 25 | 14 | 471 | 132 | 56 |
| Binary | 11100001 | 1100 | 10110010 | 0 | 1011111 | 10101 | 1100 | 100111001 | 1011010 | 101110 |
Color Harmonies of #E10CB2
Complementary color
Monochromatic Colors of #E10CB2
Black with #E10CB2
Text Example
Text Example
White with #E10CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10CB2; }
p { color: rgb(225,12,178); }
H1.HeaderClassName
{
color: #E10CB2;
}
.AnyTagClassName
{
color: #E10CB2;
}
</style>
background-color css
<style>
a { background-color: #E10CB2; }
a { background-color: rgb(225,12,178); }
div.DivClassName
{
background-color: #E10CB2;
}
.BgClassName
{
background-color: #E10CB2;
}
</style>
border-color css
<style>
span { border-color: #E10CB2; }
span { border-color: rgb(225,12,178); }
td.TdClassName
{
border-color: #E10CB2;
}
.TagClassName
{
border-color: #E10CB2;
}
</style>