Shades of Hollywood Cerise #EA038C
Tints of Hollywood Cerise #EA038C
RGB
CMYK
RGB Variations
Color information
#EA038C (or 0xEA038C) is known color: Hollywood Cerise. HEX triplet: EA, 03 and 8C. RGB value is (234,3,140). Sum of RGB (Red+Green+Blue) = 234+3+140=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA038C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA038C is #15FC73. Grayscale: #575757. Windows color (decimal): -1440884 or 9176042. OLE color: 9176042.
HSL color Cylindrical-coordinate representation of color #EA038C: hue angle of 324.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA038C is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.08 |
| HSL | 324.42º | 0.97% | 0.46% | - |
| HSV(B) | 324.42º | 0.99% | 0.92% | - |
| XYZ | 38.7 | 19.45 | 26.53 | - |
| YUV | 87.69 | 157.53 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 140 | 0 | 0.99 | 0.40 | 0.08 | 324.42 | 0.97 | 0.46 |
| Hex | EA | 3 | 8C | 0 | 63 | 28 | 8 | 144 | 61 | 2E |
| Octal | 352 | 3 | 214 | 0 | 143 | 50 | 10 | 504 | 141 | 56 |
| Binary | 11101010 | 11 | 10001100 | 0 | 1100011 | 101000 | 1000 | 101000100 | 1100001 | 101110 |
Color Harmonies of #EA038C
Complementary color
Monochromatic Colors of #EA038C
Black with #EA038C
Text Example
Text Example
White with #EA038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA038C; }
p { color: rgb(234,3,140); }
H1.HeaderClassName
{
color: #EA038C;
}
.AnyTagClassName
{
color: #EA038C;
}
</style>
background-color css
<style>
a { background-color: #EA038C; }
a { background-color: rgb(234,3,140); }
div.DivClassName
{
background-color: #EA038C;
}
.BgClassName
{
background-color: #EA038C;
}
</style>
border-color css
<style>
span { border-color: #EA038C; }
span { border-color: rgb(234,3,140); }
td.TdClassName
{
border-color: #EA038C;
}
.TagClassName
{
border-color: #EA038C;
}
</style>