Shades of Hollywood Cerise #E010B1
Tints of Hollywood Cerise #E010B1
RGB
CMYK
RGB Variations
Color information
#E010B1 (or 0xE010B1) is known color: Hollywood Cerise. HEX triplet: E0, 10 and B1. RGB value is (224,16,177). Sum of RGB (Red+Green+Blue) = 224+16+177=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E010B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E010B1 is #1FEF4E. Grayscale: #606060. Windows color (decimal): -2092879 or 11604192. OLE color: 11604192.
HSL color Cylindrical-coordinate representation of color #E010B1: hue angle of 313.56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010B1 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 177 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.12 |
| HSL | 313.56º | 0.87% | 0.47% | - |
| HSV(B) | 313.56º | 0.93% | 0.88% | - |
| XYZ | 38.86 | 19.39 | 43.29 | - |
| YUV | 96.55 | 173.41 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 177 | 0 | 0.93 | 0.21 | 0.12 | 313.56 | 0.87 | 0.47 |
| Hex | E0 | 10 | B1 | 0 | 5D | 15 | C | 13A | 57 | 2F |
| Octal | 340 | 20 | 261 | 0 | 135 | 25 | 14 | 472 | 127 | 57 |
| Binary | 11100000 | 10000 | 10110001 | 0 | 1011101 | 10101 | 1100 | 100111010 | 1010111 | 101111 |
Color Harmonies of #E010B1
Complementary color
Monochromatic Colors of #E010B1
Black with #E010B1
Text Example
Text Example
White with #E010B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010B1; }
p { color: rgb(224,16,177); }
H1.HeaderClassName
{
color: #E010B1;
}
.AnyTagClassName
{
color: #E010B1;
}
</style>
background-color css
<style>
a { background-color: #E010B1; }
a { background-color: rgb(224,16,177); }
div.DivClassName
{
background-color: #E010B1;
}
.BgClassName
{
background-color: #E010B1;
}
</style>
border-color css
<style>
span { border-color: #E010B1; }
span { border-color: rgb(224,16,177); }
td.TdClassName
{
border-color: #E010B1;
}
.TagClassName
{
border-color: #E010B1;
}
</style>