Shades of Hollywood Cerise #E107AF
Tints of Hollywood Cerise #E107AF
RGB
CMYK
RGB Variations
Color information
#E107AF (or 0xE107AF) is known color: Hollywood Cerise. HEX triplet: E1, 07 and AF. RGB value is (225,7,175). Sum of RGB (Red+Green+Blue) = 225+7+175=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E107AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E107AF is #1EF850. Grayscale: #5A5A5A. Windows color (decimal): -2029649 or 11470817. OLE color: 11470817.
HSL color Cylindrical-coordinate representation of color #E107AF: hue angle of 313.76º 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 #E107AF is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 175 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.12 |
| HSL | 313.76º | 0.94% | 0.45% | - |
| HSV(B) | 313.76º | 0.97% | 0.88% | - |
| XYZ | 38.87 | 19.25 | 42.23 | - |
| YUV | 91.33 | 175.22 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 175 | 0 | 0.97 | 0.22 | 0.12 | 313.76 | 0.94 | 0.45 |
| Hex | E1 | 7 | AF | 0 | 61 | 16 | C | 13A | 5E | 2D |
| Octal | 341 | 7 | 257 | 0 | 141 | 26 | 14 | 472 | 136 | 55 |
| Binary | 11100001 | 111 | 10101111 | 0 | 1100001 | 10110 | 1100 | 100111010 | 1011110 | 101101 |
Color Harmonies of #E107AF
Complementary color
Monochromatic Colors of #E107AF
Black with #E107AF
Text Example
Text Example
White with #E107AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107AF; }
p { color: rgb(225,7,175); }
H1.HeaderClassName
{
color: #E107AF;
}
.AnyTagClassName
{
color: #E107AF;
}
</style>
background-color css
<style>
a { background-color: #E107AF; }
a { background-color: rgb(225,7,175); }
div.DivClassName
{
background-color: #E107AF;
}
.BgClassName
{
background-color: #E107AF;
}
</style>
border-color css
<style>
span { border-color: #E107AF; }
span { border-color: rgb(225,7,175); }
td.TdClassName
{
border-color: #E107AF;
}
.TagClassName
{
border-color: #E107AF;
}
</style>