Shades of Hollywood Cerise #E101B0
Tints of Hollywood Cerise #E101B0
RGB
CMYK
RGB Variations
Color information
#E101B0 (or 0xE101B0) is known color: Hollywood Cerise. HEX triplet: E1, 01 and B0. RGB value is (225,1,176). Sum of RGB (Red+Green+Blue) = 225+1+176=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E101B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101B0 is #1EFE4F. Grayscale: #575757. Windows color (decimal): -2031184 or 11534817. OLE color: 11534817.
HSL color Cylindrical-coordinate representation of color #E101B0: hue angle of 313.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101B0 is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 176 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.12 |
| HSL | 313.13º | 0.99% | 0.44% | - |
| HSV(B) | 313.13º | 1% | 0.88% | - |
| XYZ | 38.9 | 19.16 | 42.72 | - |
| YUV | 87.93 | 177.71 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 176 | 0 | 1.00 | 0.22 | 0.12 | 313.13 | 0.99 | 0.44 |
| Hex | E1 | 1 | B0 | 0 | 64 | 16 | C | 139 | 63 | 2C |
| Octal | 341 | 1 | 260 | 0 | 144 | 26 | 14 | 471 | 143 | 54 |
| Binary | 11100001 | 1 | 10110000 | 0 | 1100100 | 10110 | 1100 | 100111001 | 1100011 | 101100 |
Color Harmonies of #E101B0
Complementary color
Monochromatic Colors of #E101B0
Black with #E101B0
Text Example
Text Example
White with #E101B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101B0; }
p { color: rgb(225,1,176); }
H1.HeaderClassName
{
color: #E101B0;
}
.AnyTagClassName
{
color: #E101B0;
}
</style>
background-color css
<style>
a { background-color: #E101B0; }
a { background-color: rgb(225,1,176); }
div.DivClassName
{
background-color: #E101B0;
}
.BgClassName
{
background-color: #E101B0;
}
</style>
border-color css
<style>
span { border-color: #E101B0; }
span { border-color: rgb(225,1,176); }
td.TdClassName
{
border-color: #E101B0;
}
.TagClassName
{
border-color: #E101B0;
}
</style>