Shades of Hollywood Cerise #EA0296
Tints of Hollywood Cerise #EA0296
RGB
CMYK
RGB Variations
Color information
#EA0296 (or 0xEA0296) is known color: Hollywood Cerise. HEX triplet: EA, 02 and 96. RGB value is (234,2,150). Sum of RGB (Red+Green+Blue) = 234+2+150=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0296 is #15FD69. Grayscale: #575757. Windows color (decimal): -1441130 or 9831146. OLE color: 9831146.
HSL color Cylindrical-coordinate representation of color #EA0296: hue angle of 321.72º degrees, saturation: 0.98, 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 #EA0296 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.08 |
| HSL | 321.72º | 0.98% | 0.46% | - |
| HSV(B) | 321.72º | 0.99% | 0.92% | - |
| XYZ | 39.46 | 19.74 | 30.58 | - |
| YUV | 88.24 | 162.86 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 150 | 0 | 0.99 | 0.36 | 0.08 | 321.72 | 0.98 | 0.46 |
| Hex | EA | 2 | 96 | 0 | 63 | 24 | 8 | 142 | 62 | 2E |
| Octal | 352 | 2 | 226 | 0 | 143 | 44 | 10 | 502 | 142 | 56 |
| Binary | 11101010 | 10 | 10010110 | 0 | 1100011 | 100100 | 1000 | 101000010 | 1100010 | 101110 |
Color Harmonies of #EA0296
Complementary color
Monochromatic Colors of #EA0296
Black with #EA0296
Text Example
Text Example
White with #EA0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0296; }
p { color: rgb(234,2,150); }
H1.HeaderClassName
{
color: #EA0296;
}
.AnyTagClassName
{
color: #EA0296;
}
</style>
background-color css
<style>
a { background-color: #EA0296; }
a { background-color: rgb(234,2,150); }
div.DivClassName
{
background-color: #EA0296;
}
.BgClassName
{
background-color: #EA0296;
}
</style>
border-color css
<style>
span { border-color: #EA0296; }
span { border-color: rgb(234,2,150); }
td.TdClassName
{
border-color: #EA0296;
}
.TagClassName
{
border-color: #EA0296;
}
</style>