Shades of Hollywood Cerise #E107A2
Tints of Hollywood Cerise #E107A2
RGB
CMYK
RGB Variations
Color information
#E107A2 (or 0xE107A2) is known color: Hollywood Cerise. HEX triplet: E1, 07 and A2. RGB value is (225,7,162). Sum of RGB (Red+Green+Blue) = 225+7+162=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E107A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E107A2 is #1EF85D. Grayscale: #595959. Windows color (decimal): -2029662 or 10618849. OLE color: 10618849.
HSL color Cylindrical-coordinate representation of color #E107A2: hue angle of 317.34º 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 #E107A2 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 162 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.12 |
| HSL | 317.34º | 0.94% | 0.45% | - |
| HSV(B) | 317.34º | 0.97% | 0.88% | - |
| XYZ | 37.65 | 18.77 | 35.82 | - |
| YUV | 89.85 | 168.72 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 162 | 0 | 0.97 | 0.28 | 0.12 | 317.34 | 0.94 | 0.45 |
| Hex | E1 | 7 | A2 | 0 | 61 | 1C | C | 13D | 5E | 2D |
| Octal | 341 | 7 | 242 | 0 | 141 | 34 | 14 | 475 | 136 | 55 |
| Binary | 11100001 | 111 | 10100010 | 0 | 1100001 | 11100 | 1100 | 100111101 | 1011110 | 101101 |
Color Harmonies of #E107A2
Complementary color
Monochromatic Colors of #E107A2
Black with #E107A2
Text Example
Text Example
White with #E107A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107A2; }
p { color: rgb(225,7,162); }
H1.HeaderClassName
{
color: #E107A2;
}
.AnyTagClassName
{
color: #E107A2;
}
</style>
background-color css
<style>
a { background-color: #E107A2; }
a { background-color: rgb(225,7,162); }
div.DivClassName
{
background-color: #E107A2;
}
.BgClassName
{
background-color: #E107A2;
}
</style>
border-color css
<style>
span { border-color: #E107A2; }
span { border-color: rgb(225,7,162); }
td.TdClassName
{
border-color: #E107A2;
}
.TagClassName
{
border-color: #E107A2;
}
</style>