Shades of Hollywood Cerise #EA088E
Tints of Hollywood Cerise #EA088E
RGB
CMYK
RGB Variations
Color information
#EA088E (or 0xEA088E) is known color: Hollywood Cerise. HEX triplet: EA, 08 and 8E. RGB value is (234,8,142). Sum of RGB (Red+Green+Blue) = 234+8+142=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA088E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA088E is #15F771. Grayscale: #5A5A5A. Windows color (decimal): -1439602 or 9308394. OLE color: 9308394.
HSL color Cylindrical-coordinate representation of color #EA088E: hue angle of 324.42º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA088E is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 142 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.08 |
| HSL | 324.42º | 0.93% | 0.47% | - |
| HSV(B) | 324.42º | 0.97% | 0.92% | - |
| XYZ | 38.9 | 19.62 | 27.33 | - |
| YUV | 90.85 | 156.87 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 142 | 0 | 0.97 | 0.39 | 0.08 | 324.42 | 0.93 | 0.47 |
| Hex | EA | 8 | 8E | 0 | 61 | 27 | 8 | 144 | 5D | 2F |
| Octal | 352 | 10 | 216 | 0 | 141 | 47 | 10 | 504 | 135 | 57 |
| Binary | 11101010 | 1000 | 10001110 | 0 | 1100001 | 100111 | 1000 | 101000100 | 1011101 | 101111 |
Color Harmonies of #EA088E
Complementary color
Monochromatic Colors of #EA088E
Black with #EA088E
Text Example
Text Example
White with #EA088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA088E; }
p { color: rgb(234,8,142); }
H1.HeaderClassName
{
color: #EA088E;
}
.AnyTagClassName
{
color: #EA088E;
}
</style>
background-color css
<style>
a { background-color: #EA088E; }
a { background-color: rgb(234,8,142); }
div.DivClassName
{
background-color: #EA088E;
}
.BgClassName
{
background-color: #EA088E;
}
</style>
border-color css
<style>
span { border-color: #EA088E; }
span { border-color: rgb(234,8,142); }
td.TdClassName
{
border-color: #EA088E;
}
.TagClassName
{
border-color: #EA088E;
}
</style>