Shades of Hollywood Cerise #E101A5
Tints of Hollywood Cerise #E101A5
RGB
CMYK
RGB Variations
Color information
#E101A5 (or 0xE101A5) is known color: Hollywood Cerise. HEX triplet: E1, 01 and A5. RGB value is (225,1,165). Sum of RGB (Red+Green+Blue) = 225+1+165=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E101A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101A5 is #1EFE5A. Grayscale: #565656. Windows color (decimal): -2031195 or 10813921. OLE color: 10813921.
HSL color Cylindrical-coordinate representation of color #E101A5: hue angle of 316.07º 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 #E101A5 is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 165 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.12 |
| HSL | 316.07º | 0.99% | 0.44% | - |
| HSV(B) | 316.07º | 1% | 0.88% | - |
| XYZ | 37.85 | 18.75 | 37.22 | - |
| YUV | 86.67 | 172.21 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 165 | 0 | 1.00 | 0.27 | 0.12 | 316.07 | 0.99 | 0.44 |
| Hex | E1 | 1 | A5 | 0 | 64 | 1B | C | 13C | 63 | 2C |
| Octal | 341 | 1 | 245 | 0 | 144 | 33 | 14 | 474 | 143 | 54 |
| Binary | 11100001 | 1 | 10100101 | 0 | 1100100 | 11011 | 1100 | 100111100 | 1100011 | 101100 |
Color Harmonies of #E101A5
Complementary color
Monochromatic Colors of #E101A5
Black with #E101A5
Text Example
Text Example
White with #E101A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101A5; }
p { color: rgb(225,1,165); }
H1.HeaderClassName
{
color: #E101A5;
}
.AnyTagClassName
{
color: #E101A5;
}
</style>
background-color css
<style>
a { background-color: #E101A5; }
a { background-color: rgb(225,1,165); }
div.DivClassName
{
background-color: #E101A5;
}
.BgClassName
{
background-color: #E101A5;
}
</style>
border-color css
<style>
span { border-color: #E101A5; }
span { border-color: rgb(225,1,165); }
td.TdClassName
{
border-color: #E101A5;
}
.TagClassName
{
border-color: #E101A5;
}
</style>