Shades of Hollywood Cerise #E107AA
Tints of Hollywood Cerise #E107AA
RGB
CMYK
RGB Variations
Color information
#E107AA (or 0xE107AA) is known color: Hollywood Cerise. HEX triplet: E1, 07 and AA. RGB value is (225,7,170). Sum of RGB (Red+Green+Blue) = 225+7+170=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E107AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E107AA is #1EF855. Grayscale: #5A5A5A. Windows color (decimal): -2029654 or 11143137. OLE color: 11143137.
HSL color Cylindrical-coordinate representation of color #E107AA: hue angle of 315.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107AA is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.12 |
| HSL | 315.14º | 0.94% | 0.45% | - |
| HSV(B) | 315.14º | 0.97% | 0.88% | - |
| XYZ | 38.38 | 19.06 | 39.69 | - |
| YUV | 90.76 | 172.72 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 170 | 0 | 0.97 | 0.24 | 0.12 | 315.14 | 0.94 | 0.45 |
| Hex | E1 | 7 | AA | 0 | 61 | 18 | C | 13B | 5E | 2D |
| Octal | 341 | 7 | 252 | 0 | 141 | 30 | 14 | 473 | 136 | 55 |
| Binary | 11100001 | 111 | 10101010 | 0 | 1100001 | 11000 | 1100 | 100111011 | 1011110 | 101101 |
Color Harmonies of #E107AA
Complementary color
Monochromatic Colors of #E107AA
Black with #E107AA
Text Example
Text Example
White with #E107AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107AA; }
p { color: rgb(225,7,170); }
H1.HeaderClassName
{
color: #E107AA;
}
.AnyTagClassName
{
color: #E107AA;
}
</style>
background-color css
<style>
a { background-color: #E107AA; }
a { background-color: rgb(225,7,170); }
div.DivClassName
{
background-color: #E107AA;
}
.BgClassName
{
background-color: #E107AA;
}
</style>
border-color css
<style>
span { border-color: #E107AA; }
span { border-color: rgb(225,7,170); }
td.TdClassName
{
border-color: #E107AA;
}
.TagClassName
{
border-color: #E107AA;
}
</style>