Shades of Hollywood Cerise #E7059B
Tints of Hollywood Cerise #E7059B
RGB
CMYK
RGB Variations
Color information
#E7059B (or 0xE7059B) is known color: Hollywood Cerise. HEX triplet: E7, 05 and 9B. RGB value is (231,5,155). Sum of RGB (Red+Green+Blue) = 231+5+155=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7059B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7059B is #18FA64. Grayscale: #595959. Windows color (decimal): -1636965 or 10159591. OLE color: 10159591.
HSL color Cylindrical-coordinate representation of color #E7059B: hue angle of 320.18º 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 #E7059B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 155 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.09 |
| HSL | 320.18º | 0.96% | 0.46% | - |
| HSV(B) | 320.18º | 0.98% | 0.91% | - |
| XYZ | 38.93 | 19.46 | 32.72 | - |
| YUV | 89.67 | 164.87 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 155 | 0 | 0.98 | 0.33 | 0.09 | 320.18 | 0.96 | 0.46 |
| Hex | E7 | 5 | 9B | 0 | 62 | 21 | 9 | 140 | 60 | 2E |
| Octal | 347 | 5 | 233 | 0 | 142 | 41 | 11 | 500 | 140 | 56 |
| Binary | 11100111 | 101 | 10011011 | 0 | 1100010 | 100001 | 1001 | 101000000 | 1100000 | 101110 |
Color Harmonies of #E7059B
Complementary color
Monochromatic Colors of #E7059B
Black with #E7059B
Text Example
Text Example
White with #E7059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7059B; }
p { color: rgb(231,5,155); }
H1.HeaderClassName
{
color: #E7059B;
}
.AnyTagClassName
{
color: #E7059B;
}
</style>
background-color css
<style>
a { background-color: #E7059B; }
a { background-color: rgb(231,5,155); }
div.DivClassName
{
background-color: #E7059B;
}
.BgClassName
{
background-color: #E7059B;
}
</style>
border-color css
<style>
span { border-color: #E7059B; }
span { border-color: rgb(231,5,155); }
td.TdClassName
{
border-color: #E7059B;
}
.TagClassName
{
border-color: #E7059B;
}
</style>