Shades of Hollywood Cerise #E101AE
Tints of Hollywood Cerise #E101AE
RGB
CMYK
RGB Variations
Color information
#E101AE (or 0xE101AE) is known color: Hollywood Cerise. HEX triplet: E1, 01 and AE. RGB value is (225,1,174). Sum of RGB (Red+Green+Blue) = 225+1+174=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E101AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101AE is #1EFE51. Grayscale: #575757. Windows color (decimal): -2031186 or 11403745. OLE color: 11403745.
HSL color Cylindrical-coordinate representation of color #E101AE: hue angle of 313.66º 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 #E101AE is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 174 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.12 |
| HSL | 313.66º | 0.99% | 0.44% | - |
| HSV(B) | 313.66º | 1% | 0.88% | - |
| XYZ | 38.7 | 19.09 | 41.69 | - |
| YUV | 87.7 | 176.71 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 174 | 0 | 1.00 | 0.23 | 0.12 | 313.66 | 0.99 | 0.44 |
| Hex | E1 | 1 | AE | 0 | 64 | 17 | C | 13A | 63 | 2C |
| Octal | 341 | 1 | 256 | 0 | 144 | 27 | 14 | 472 | 143 | 54 |
| Binary | 11100001 | 1 | 10101110 | 0 | 1100100 | 10111 | 1100 | 100111010 | 1100011 | 101100 |
Color Harmonies of #E101AE
Complementary color
Monochromatic Colors of #E101AE
Black with #E101AE
Text Example
Text Example
White with #E101AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101AE; }
p { color: rgb(225,1,174); }
H1.HeaderClassName
{
color: #E101AE;
}
.AnyTagClassName
{
color: #E101AE;
}
</style>
background-color css
<style>
a { background-color: #E101AE; }
a { background-color: rgb(225,1,174); }
div.DivClassName
{
background-color: #E101AE;
}
.BgClassName
{
background-color: #E101AE;
}
</style>
border-color css
<style>
span { border-color: #E101AE; }
span { border-color: rgb(225,1,174); }
td.TdClassName
{
border-color: #E101AE;
}
.TagClassName
{
border-color: #E101AE;
}
</style>