Shades of Hollywood Cerise #E7058C
Tints of Hollywood Cerise #E7058C
RGB
CMYK
RGB Variations
Color information
#E7058C (or 0xE7058C) is known color: Hollywood Cerise. HEX triplet: E7, 05 and 8C. RGB value is (231,5,140). Sum of RGB (Red+Green+Blue) = 231+5+140=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E7058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7058C is #18FA73. Grayscale: #575757. Windows color (decimal): -1636980 or 9176551. OLE color: 9176551.
HSL color Cylindrical-coordinate representation of color #E7058C: hue angle of 324.16º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7058C is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.09 |
| HSL | 324.16º | 0.96% | 0.46% | - |
| HSV(B) | 324.16º | 0.98% | 0.91% | - |
| XYZ | 37.74 | 18.99 | 26.49 | - |
| YUV | 87.96 | 157.37 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 140 | 0 | 0.98 | 0.39 | 0.09 | 324.16 | 0.96 | 0.46 |
| Hex | E7 | 5 | 8C | 0 | 62 | 27 | 9 | 144 | 60 | 2E |
| Octal | 347 | 5 | 214 | 0 | 142 | 47 | 11 | 504 | 140 | 56 |
| Binary | 11100111 | 101 | 10001100 | 0 | 1100010 | 100111 | 1001 | 101000100 | 1100000 | 101110 |
Color Harmonies of #E7058C
Complementary color
Monochromatic Colors of #E7058C
Black with #E7058C
Text Example
Text Example
White with #E7058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7058C; }
p { color: rgb(231,5,140); }
H1.HeaderClassName
{
color: #E7058C;
}
.AnyTagClassName
{
color: #E7058C;
}
</style>
background-color css
<style>
a { background-color: #E7058C; }
a { background-color: rgb(231,5,140); }
div.DivClassName
{
background-color: #E7058C;
}
.BgClassName
{
background-color: #E7058C;
}
</style>
border-color css
<style>
span { border-color: #E7058C; }
span { border-color: rgb(231,5,140); }
td.TdClassName
{
border-color: #E7058C;
}
.TagClassName
{
border-color: #E7058C;
}
</style>