Shades of Hollywood Cerise #E107B2
Tints of Hollywood Cerise #E107B2
RGB
CMYK
RGB Variations
Color information
#E107B2 (or 0xE107B2) is known color: Hollywood Cerise. HEX triplet: E1, 07 and B2. RGB value is (225,7,178). Sum of RGB (Red+Green+Blue) = 225+7+178=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E107B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E107B2 is #1EF84D. Grayscale: #5B5B5B. Windows color (decimal): -2029646 or 11667425. OLE color: 11667425.
HSL color Cylindrical-coordinate representation of color #E107B2: hue angle of 312.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107B2 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 178 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.12 |
| HSL | 312.94º | 0.94% | 0.45% | - |
| HSV(B) | 312.94º | 0.97% | 0.88% | - |
| XYZ | 39.16 | 19.37 | 43.79 | - |
| YUV | 91.68 | 176.72 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 178 | 0 | 0.97 | 0.21 | 0.12 | 312.94 | 0.94 | 0.45 |
| Hex | E1 | 7 | B2 | 0 | 61 | 15 | C | 139 | 5E | 2D |
| Octal | 341 | 7 | 262 | 0 | 141 | 25 | 14 | 471 | 136 | 55 |
| Binary | 11100001 | 111 | 10110010 | 0 | 1100001 | 10101 | 1100 | 100111001 | 1011110 | 101101 |
Color Harmonies of #E107B2
Complementary color
Monochromatic Colors of #E107B2
Black with #E107B2
Text Example
Text Example
White with #E107B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107B2; }
p { color: rgb(225,7,178); }
H1.HeaderClassName
{
color: #E107B2;
}
.AnyTagClassName
{
color: #E107B2;
}
</style>
background-color css
<style>
a { background-color: #E107B2; }
a { background-color: rgb(225,7,178); }
div.DivClassName
{
background-color: #E107B2;
}
.BgClassName
{
background-color: #E107B2;
}
</style>
border-color css
<style>
span { border-color: #E107B2; }
span { border-color: rgb(225,7,178); }
td.TdClassName
{
border-color: #E107B2;
}
.TagClassName
{
border-color: #E107B2;
}
</style>