Shades of Hollywood Cerise #E107AD
Tints of Hollywood Cerise #E107AD
RGB
CMYK
RGB Variations
Color information
#E107AD (or 0xE107AD) is known color: Hollywood Cerise. HEX triplet: E1, 07 and AD. RGB value is (225,7,173). Sum of RGB (Red+Green+Blue) = 225+7+173=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E107AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E107AD is #1EF852. Grayscale: #5A5A5A. Windows color (decimal): -2029651 or 11339745. OLE color: 11339745.
HSL color Cylindrical-coordinate representation of color #E107AD: hue angle of 314.31º 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 #E107AD is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.12 |
| HSL | 314.31º | 0.94% | 0.45% | - |
| HSV(B) | 314.31º | 0.97% | 0.88% | - |
| XYZ | 38.67 | 19.18 | 41.2 | - |
| YUV | 91.11 | 174.22 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 173 | 0 | 0.97 | 0.23 | 0.12 | 314.31 | 0.94 | 0.45 |
| Hex | E1 | 7 | AD | 0 | 61 | 17 | C | 13A | 5E | 2D |
| Octal | 341 | 7 | 255 | 0 | 141 | 27 | 14 | 472 | 136 | 55 |
| Binary | 11100001 | 111 | 10101101 | 0 | 1100001 | 10111 | 1100 | 100111010 | 1011110 | 101101 |
Color Harmonies of #E107AD
Complementary color
Monochromatic Colors of #E107AD
Black with #E107AD
Text Example
Text Example
White with #E107AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E107AD; }
p { color: rgb(225,7,173); }
H1.HeaderClassName
{
color: #E107AD;
}
.AnyTagClassName
{
color: #E107AD;
}
</style>
background-color css
<style>
a { background-color: #E107AD; }
a { background-color: rgb(225,7,173); }
div.DivClassName
{
background-color: #E107AD;
}
.BgClassName
{
background-color: #E107AD;
}
</style>
border-color css
<style>
span { border-color: #E107AD; }
span { border-color: rgb(225,7,173); }
td.TdClassName
{
border-color: #E107AD;
}
.TagClassName
{
border-color: #E107AD;
}
</style>