Shades of Hollywood Cerise #E7048A
Tints of Hollywood Cerise #E7048A
RGB
CMYK
RGB Variations
Color information
#E7048A (or 0xE7048A) is known color: Hollywood Cerise. HEX triplet: E7, 04 and 8A. RGB value is (231,4,138). Sum of RGB (Red+Green+Blue) = 231+4+138=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E7048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E7048A is #18FB75. Grayscale: #565656. Windows color (decimal): -1637238 or 9045223. OLE color: 9045223.
HSL color Cylindrical-coordinate representation of color #E7048A: hue angle of 324.58º degrees, saturation: 0.97, 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 #E7048A is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.09 |
| HSL | 324.58º | 0.97% | 0.46% | - |
| HSV(B) | 324.58º | 0.98% | 0.91% | - |
| XYZ | 37.59 | 18.91 | 25.71 | - |
| YUV | 87.15 | 156.71 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 138 | 0 | 0.98 | 0.40 | 0.09 | 324.58 | 0.97 | 0.46 |
| Hex | E7 | 4 | 8A | 0 | 62 | 28 | 9 | 145 | 61 | 2E |
| Octal | 347 | 4 | 212 | 0 | 142 | 50 | 11 | 505 | 141 | 56 |
| Binary | 11100111 | 100 | 10001010 | 0 | 1100010 | 101000 | 1001 | 101000101 | 1100001 | 101110 |
Color Harmonies of #E7048A
Complementary color
Monochromatic Colors of #E7048A
Black with #E7048A
Text Example
Text Example
White with #E7048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7048A; }
p { color: rgb(231,4,138); }
H1.HeaderClassName
{
color: #E7048A;
}
.AnyTagClassName
{
color: #E7048A;
}
</style>
background-color css
<style>
a { background-color: #E7048A; }
a { background-color: rgb(231,4,138); }
div.DivClassName
{
background-color: #E7048A;
}
.BgClassName
{
background-color: #E7048A;
}
</style>
border-color css
<style>
span { border-color: #E7048A; }
span { border-color: rgb(231,4,138); }
td.TdClassName
{
border-color: #E7048A;
}
.TagClassName
{
border-color: #E7048A;
}
</style>