Shades of Hollywood Cerise #E5078F
Tints of Hollywood Cerise #E5078F
RGB
CMYK
RGB Variations
Color information
#E5078F (or 0xE5078F) is known color: Hollywood Cerise. HEX triplet: E5, 07 and 8F. RGB value is (229,7,143). Sum of RGB (Red+Green+Blue) = 229+7+143=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E5078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E5078F is #1AF870. Grayscale: #585858. Windows color (decimal): -1767537 or 9373669. OLE color: 9373669.
HSL color Cylindrical-coordinate representation of color #E5078F: hue angle of 323.24º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5078F is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 7 | 143 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.10 |
| HSL | 323.24º | 0.94% | 0.46% | - |
| HSV(B) | 323.24º | 0.97% | 0.9% | - |
| XYZ | 37.35 | 18.79 | 27.65 | - |
| YUV | 88.88 | 158.55 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 143 | 0 | 0.97 | 0.38 | 0.10 | 323.24 | 0.94 | 0.46 |
| Hex | E5 | 7 | 8F | 0 | 61 | 26 | A | 143 | 5E | 2E |
| Octal | 345 | 7 | 217 | 0 | 141 | 46 | 12 | 503 | 136 | 56 |
| Binary | 11100101 | 111 | 10001111 | 0 | 1100001 | 100110 | 1010 | 101000011 | 1011110 | 101110 |
Color Harmonies of #E5078F
Complementary color
Monochromatic Colors of #E5078F
Black with #E5078F
Text Example
Text Example
White with #E5078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5078F; }
p { color: rgb(229,7,143); }
H1.HeaderClassName
{
color: #E5078F;
}
.AnyTagClassName
{
color: #E5078F;
}
</style>
background-color css
<style>
a { background-color: #E5078F; }
a { background-color: rgb(229,7,143); }
div.DivClassName
{
background-color: #E5078F;
}
.BgClassName
{
background-color: #E5078F;
}
</style>
border-color css
<style>
span { border-color: #E5078F; }
span { border-color: rgb(229,7,143); }
td.TdClassName
{
border-color: #E5078F;
}
.TagClassName
{
border-color: #E5078F;
}
</style>