Shades of Hollywood Cerise #E101A2
Tints of Hollywood Cerise #E101A2
RGB
CMYK
RGB Variations
Color information
#E101A2 (or 0xE101A2) is known color: Hollywood Cerise. HEX triplet: E1, 01 and A2. RGB value is (225,1,162). Sum of RGB (Red+Green+Blue) = 225+1+162=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E101A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101A2 is #1EFE5D. Grayscale: #555555. Windows color (decimal): -2031198 or 10617313. OLE color: 10617313.
HSL color Cylindrical-coordinate representation of color #E101A2: hue angle of 316.88º 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 #E101A2 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 162 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.12 |
| HSL | 316.88º | 0.99% | 0.44% | - |
| HSV(B) | 316.88º | 1% | 0.88% | - |
| XYZ | 37.58 | 18.64 | 35.8 | - |
| YUV | 86.33 | 170.71 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 162 | 0 | 1.00 | 0.28 | 0.12 | 316.88 | 0.99 | 0.44 |
| Hex | E1 | 1 | A2 | 0 | 64 | 1C | C | 13D | 63 | 2C |
| Octal | 341 | 1 | 242 | 0 | 144 | 34 | 14 | 475 | 143 | 54 |
| Binary | 11100001 | 1 | 10100010 | 0 | 1100100 | 11100 | 1100 | 100111101 | 1100011 | 101100 |
Color Harmonies of #E101A2
Complementary color
Monochromatic Colors of #E101A2
Black with #E101A2
Text Example
Text Example
White with #E101A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101A2; }
p { color: rgb(225,1,162); }
H1.HeaderClassName
{
color: #E101A2;
}
.AnyTagClassName
{
color: #E101A2;
}
</style>
background-color css
<style>
a { background-color: #E101A2; }
a { background-color: rgb(225,1,162); }
div.DivClassName
{
background-color: #E101A2;
}
.BgClassName
{
background-color: #E101A2;
}
</style>
border-color css
<style>
span { border-color: #E101A2; }
span { border-color: rgb(225,1,162); }
td.TdClassName
{
border-color: #E101A2;
}
.TagClassName
{
border-color: #E101A2;
}
</style>