Shades of Hollywood Cerise #E7008C
Tints of Hollywood Cerise #E7008C
RGB
CMYK
RGB Variations
Color information
#E7008C (or 0xE7008C) is known color: Hollywood Cerise. HEX triplet: E7, 00 and 8C. RGB value is (231,0,140). Sum of RGB (Red+Green+Blue) = 231+0+140=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E7008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7008C is #18FF73. Grayscale: #545454. Windows color (decimal): -1638260 or 9175271. OLE color: 9175271.
HSL color Cylindrical-coordinate representation of color #E7008C: hue angle of 323.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7008C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.39 | 0.09 |
| HSL | 323.64º | 1% | 0.45% | - |
| HSV(B) | 323.64º | 1% | 0.91% | - |
| XYZ | 37.69 | 18.88 | 26.47 | - |
| YUV | 85.03 | 159.03 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 140 | 0 | 1 | 0.39 | 0.09 | 323.64 | 1 | 0.45 |
| Hex | E7 | 0 | 8C | 0 | 64 | 27 | 9 | 144 | 64 | 2D |
| Octal | 347 | 0 | 214 | 0 | 144 | 47 | 11 | 504 | 144 | 55 |
| Binary | 11100111 | 0 | 10001100 | 0 | 1100100 | 100111 | 1001 | 101000100 | 1100100 | 101101 |
Color Harmonies of #E7008C
Complementary color
Monochromatic Colors of #E7008C
Black with #E7008C
Text Example
Text Example
White with #E7008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7008C; }
p { color: rgb(231,0,140); }
H1.HeaderClassName
{
color: #E7008C;
}
.AnyTagClassName
{
color: #E7008C;
}
</style>
background-color css
<style>
a { background-color: #E7008C; }
a { background-color: rgb(231,0,140); }
div.DivClassName
{
background-color: #E7008C;
}
.BgClassName
{
background-color: #E7008C;
}
</style>
border-color css
<style>
span { border-color: #E7008C; }
span { border-color: rgb(231,0,140); }
td.TdClassName
{
border-color: #E7008C;
}
.TagClassName
{
border-color: #E7008C;
}
</style>