Shades of Hollywood Cerise #E105B0
Tints of Hollywood Cerise #E105B0
RGB
CMYK
RGB Variations
Color information
#E105B0 (or 0xE105B0) is known color: Hollywood Cerise. HEX triplet: E1, 05 and B0. RGB value is (225,5,176). Sum of RGB (Red+Green+Blue) = 225+5+176=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E105B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E105B0 is #1EFA4F. Grayscale: #595959. Windows color (decimal): -2030160 or 11535841. OLE color: 11535841.
HSL color Cylindrical-coordinate representation of color #E105B0: hue angle of 313.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105B0 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 176 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.12 |
| HSL | 313.36º | 0.96% | 0.45% | - |
| HSV(B) | 313.36º | 0.98% | 0.88% | - |
| XYZ | 38.94 | 19.25 | 42.74 | - |
| YUV | 90.27 | 176.39 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 176 | 0 | 0.98 | 0.22 | 0.12 | 313.36 | 0.96 | 0.45 |
| Hex | E1 | 5 | B0 | 0 | 62 | 16 | C | 139 | 60 | 2D |
| Octal | 341 | 5 | 260 | 0 | 142 | 26 | 14 | 471 | 140 | 55 |
| Binary | 11100001 | 101 | 10110000 | 0 | 1100010 | 10110 | 1100 | 100111001 | 1100000 | 101101 |
Color Harmonies of #E105B0
Complementary color
Monochromatic Colors of #E105B0
Black with #E105B0
Text Example
Text Example
White with #E105B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105B0; }
p { color: rgb(225,5,176); }
H1.HeaderClassName
{
color: #E105B0;
}
.AnyTagClassName
{
color: #E105B0;
}
</style>
background-color css
<style>
a { background-color: #E105B0; }
a { background-color: rgb(225,5,176); }
div.DivClassName
{
background-color: #E105B0;
}
.BgClassName
{
background-color: #E105B0;
}
</style>
border-color css
<style>
span { border-color: #E105B0; }
span { border-color: rgb(225,5,176); }
td.TdClassName
{
border-color: #E105B0;
}
.TagClassName
{
border-color: #E105B0;
}
</style>