Shades of Hollywood Cerise #EA078B
Tints of Hollywood Cerise #EA078B
RGB
CMYK
RGB Variations
Color information
#EA078B (or 0xEA078B) is known color: Hollywood Cerise. HEX triplet: EA, 07 and 8B. RGB value is (234,7,139). Sum of RGB (Red+Green+Blue) = 234+7+139=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA078B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA078B is #15F874. Grayscale: #595959. Windows color (decimal): -1439861 or 9111530. OLE color: 9111530.
HSL color Cylindrical-coordinate representation of color #EA078B: hue angle of 325.11º degrees, saturation: 0.94, 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 #EA078B is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.08 |
| HSL | 325.11º | 0.94% | 0.47% | - |
| HSV(B) | 325.11º | 0.97% | 0.92% | - |
| XYZ | 38.67 | 19.51 | 26.15 | - |
| YUV | 89.92 | 155.71 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 139 | 0 | 0.97 | 0.41 | 0.08 | 325.11 | 0.94 | 0.47 |
| Hex | EA | 7 | 8B | 0 | 61 | 29 | 8 | 145 | 5E | 2F |
| Octal | 352 | 7 | 213 | 0 | 141 | 51 | 10 | 505 | 136 | 57 |
| Binary | 11101010 | 111 | 10001011 | 0 | 1100001 | 101001 | 1000 | 101000101 | 1011110 | 101111 |
Color Harmonies of #EA078B
Complementary color
Monochromatic Colors of #EA078B
Black with #EA078B
Text Example
Text Example
White with #EA078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA078B; }
p { color: rgb(234,7,139); }
H1.HeaderClassName
{
color: #EA078B;
}
.AnyTagClassName
{
color: #EA078B;
}
</style>
background-color css
<style>
a { background-color: #EA078B; }
a { background-color: rgb(234,7,139); }
div.DivClassName
{
background-color: #EA078B;
}
.BgClassName
{
background-color: #EA078B;
}
</style>
border-color css
<style>
span { border-color: #EA078B; }
span { border-color: rgb(234,7,139); }
td.TdClassName
{
border-color: #EA078B;
}
.TagClassName
{
border-color: #EA078B;
}
</style>