Shades of Hollywood Cerise #EA0793
Tints of Hollywood Cerise #EA0793
RGB
CMYK
RGB Variations
Color information
#EA0793 (or 0xEA0793) is known color: Hollywood Cerise. HEX triplet: EA, 07 and 93. RGB value is (234,7,147). Sum of RGB (Red+Green+Blue) = 234+7+147=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0793 is #15F86C. Grayscale: #5A5A5A. Windows color (decimal): -1439853 or 9635818. OLE color: 9635818.
HSL color Cylindrical-coordinate representation of color #EA0793: hue angle of 323º 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 #EA0793 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 147 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.08 |
| HSL | 323º | 0.94% | 0.47% | - |
| HSV(B) | 323º | 0.97% | 0.92% | - |
| XYZ | 39.27 | 19.75 | 29.35 | - |
| YUV | 90.83 | 159.71 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 147 | 0 | 0.97 | 0.37 | 0.08 | 323 | 0.94 | 0.47 |
| Hex | EA | 7 | 93 | 0 | 61 | 25 | 8 | 143 | 5E | 2F |
| Octal | 352 | 7 | 223 | 0 | 141 | 45 | 10 | 503 | 136 | 57 |
| Binary | 11101010 | 111 | 10010011 | 0 | 1100001 | 100101 | 1000 | 101000011 | 1011110 | 101111 |
Color Harmonies of #EA0793
Complementary color
Monochromatic Colors of #EA0793
Black with #EA0793
Text Example
Text Example
White with #EA0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0793; }
p { color: rgb(234,7,147); }
H1.HeaderClassName
{
color: #EA0793;
}
.AnyTagClassName
{
color: #EA0793;
}
</style>
background-color css
<style>
a { background-color: #EA0793; }
a { background-color: rgb(234,7,147); }
div.DivClassName
{
background-color: #EA0793;
}
.BgClassName
{
background-color: #EA0793;
}
</style>
border-color css
<style>
span { border-color: #EA0793; }
span { border-color: rgb(234,7,147); }
td.TdClassName
{
border-color: #EA0793;
}
.TagClassName
{
border-color: #EA0793;
}
</style>