Shades of Hollywood Cerise #E108B2
Tints of Hollywood Cerise #E108B2
RGB
CMYK
RGB Variations
Color information
#E108B2 (or 0xE108B2) is known color: Hollywood Cerise. HEX triplet: E1, 08 and B2. RGB value is (225,8,178). Sum of RGB (Red+Green+Blue) = 225+8+178=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E108B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E108B2 is #1EF74D. Grayscale: #5B5B5B. Windows color (decimal): -2029390 or 11667681. OLE color: 11667681.
HSL color Cylindrical-coordinate representation of color #E108B2: hue angle of 313º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E108B2 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 178 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.12 |
| HSL | 313º | 0.93% | 0.46% | - |
| HSV(B) | 313º | 0.96% | 0.88% | - |
| XYZ | 39.17 | 19.4 | 43.8 | - |
| YUV | 92.26 | 176.39 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 178 | 0 | 0.96 | 0.21 | 0.12 | 313 | 0.93 | 0.46 |
| Hex | E1 | 8 | B2 | 0 | 60 | 15 | C | 139 | 5D | 2E |
| Octal | 341 | 10 | 262 | 0 | 140 | 25 | 14 | 471 | 135 | 56 |
| Binary | 11100001 | 1000 | 10110010 | 0 | 1100000 | 10101 | 1100 | 100111001 | 1011101 | 101110 |
Color Harmonies of #E108B2
Complementary color
Monochromatic Colors of #E108B2
Black with #E108B2
Text Example
Text Example
White with #E108B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E108B2; }
p { color: rgb(225,8,178); }
H1.HeaderClassName
{
color: #E108B2;
}
.AnyTagClassName
{
color: #E108B2;
}
</style>
background-color css
<style>
a { background-color: #E108B2; }
a { background-color: rgb(225,8,178); }
div.DivClassName
{
background-color: #E108B2;
}
.BgClassName
{
background-color: #E108B2;
}
</style>
border-color css
<style>
span { border-color: #E108B2; }
span { border-color: rgb(225,8,178); }
td.TdClassName
{
border-color: #E108B2;
}
.TagClassName
{
border-color: #E108B2;
}
</style>