Shades of Hollywood Cerise #E101AA
Tints of Hollywood Cerise #E101AA
RGB
CMYK
RGB Variations
Color information
#E101AA (or 0xE101AA) is known color: Hollywood Cerise. HEX triplet: E1, 01 and AA. RGB value is (225,1,170). Sum of RGB (Red+Green+Blue) = 225+1+170=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E101AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101AA is #1EFE55. Grayscale: #565656. Windows color (decimal): -2031190 or 11141601. OLE color: 11141601.
HSL color Cylindrical-coordinate representation of color #E101AA: hue angle of 314.73º 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 #E101AA is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.12 |
| HSL | 314.73º | 0.99% | 0.44% | - |
| HSV(B) | 314.73º | 1% | 0.88% | - |
| XYZ | 38.32 | 18.93 | 39.66 | - |
| YUV | 87.24 | 174.71 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 170 | 0 | 1.00 | 0.24 | 0.12 | 314.73 | 0.99 | 0.44 |
| Hex | E1 | 1 | AA | 0 | 64 | 18 | C | 13B | 63 | 2C |
| Octal | 341 | 1 | 252 | 0 | 144 | 30 | 14 | 473 | 143 | 54 |
| Binary | 11100001 | 1 | 10101010 | 0 | 1100100 | 11000 | 1100 | 100111011 | 1100011 | 101100 |
Color Harmonies of #E101AA
Complementary color
Monochromatic Colors of #E101AA
Black with #E101AA
Text Example
Text Example
White with #E101AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E101AA; }
p { color: rgb(225,1,170); }
H1.HeaderClassName
{
color: #E101AA;
}
.AnyTagClassName
{
color: #E101AA;
}
</style>
background-color css
<style>
a { background-color: #E101AA; }
a { background-color: rgb(225,1,170); }
div.DivClassName
{
background-color: #E101AA;
}
.BgClassName
{
background-color: #E101AA;
}
</style>
border-color css
<style>
span { border-color: #E101AA; }
span { border-color: rgb(225,1,170); }
td.TdClassName
{
border-color: #E101AA;
}
.TagClassName
{
border-color: #E101AA;
}
</style>