Shades of Hollywood Cerise #EA048C
Tints of Hollywood Cerise #EA048C
RGB
CMYK
RGB Variations
Color information
#EA048C (or 0xEA048C) is known color: Hollywood Cerise. HEX triplet: EA, 04 and 8C. RGB value is (234,4,140). Sum of RGB (Red+Green+Blue) = 234+4+140=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA048C is #15FB73. Grayscale: #575757. Windows color (decimal): -1440628 or 9176298. OLE color: 9176298.
HSL color Cylindrical-coordinate representation of color #EA048C: hue angle of 324.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA048C is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.08 |
| HSL | 324.52º | 0.97% | 0.47% | - |
| HSV(B) | 324.52º | 0.98% | 0.92% | - |
| XYZ | 38.71 | 19.47 | 26.53 | - |
| YUV | 88.27 | 157.2 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 140 | 0 | 0.98 | 0.40 | 0.08 | 324.52 | 0.97 | 0.47 |
| Hex | EA | 4 | 8C | 0 | 62 | 28 | 8 | 145 | 61 | 2F |
| Octal | 352 | 4 | 214 | 0 | 142 | 50 | 10 | 505 | 141 | 57 |
| Binary | 11101010 | 100 | 10001100 | 0 | 1100010 | 101000 | 1000 | 101000101 | 1100001 | 101111 |
Color Harmonies of #EA048C
Complementary color
Monochromatic Colors of #EA048C
Black with #EA048C
Text Example
Text Example
White with #EA048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA048C; }
p { color: rgb(234,4,140); }
H1.HeaderClassName
{
color: #EA048C;
}
.AnyTagClassName
{
color: #EA048C;
}
</style>
background-color css
<style>
a { background-color: #EA048C; }
a { background-color: rgb(234,4,140); }
div.DivClassName
{
background-color: #EA048C;
}
.BgClassName
{
background-color: #EA048C;
}
</style>
border-color css
<style>
span { border-color: #EA048C; }
span { border-color: rgb(234,4,140); }
td.TdClassName
{
border-color: #EA048C;
}
.TagClassName
{
border-color: #EA048C;
}
</style>