Shades of Hollywood Cerise #EA09B2
Tints of Hollywood Cerise #EA09B2
RGB
CMYK
RGB Variations
Color information
#EA09B2 (or 0xEA09B2) is known color: Hollywood Cerise. HEX triplet: EA, 09 and B2. RGB value is (234,9,178). Sum of RGB (Red+Green+Blue) = 234+9+178=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA09B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA09B2 is #15F64D. Grayscale: #5F5F5F. Windows color (decimal): -1439310 or 11667946. OLE color: 11667946.
HSL color Cylindrical-coordinate representation of color #EA09B2: hue angle of 314.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA09B2 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.08 |
| HSL | 314.93º | 0.93% | 0.48% | - |
| HSV(B) | 314.93º | 0.96% | 0.92% | - |
| XYZ | 42.07 | 20.9 | 43.94 | - |
| YUV | 95.54 | 174.54 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 178 | 0 | 0.96 | 0.24 | 0.08 | 314.93 | 0.93 | 0.48 |
| Hex | EA | 9 | B2 | 0 | 60 | 18 | 8 | 13B | 5D | 30 |
| Octal | 352 | 11 | 262 | 0 | 140 | 30 | 10 | 473 | 135 | 60 |
| Binary | 11101010 | 1001 | 10110010 | 0 | 1100000 | 11000 | 1000 | 100111011 | 1011101 | 110000 |
Color Harmonies of #EA09B2
Complementary color
Monochromatic Colors of #EA09B2
Black with #EA09B2
Text Example
Text Example
White with #EA09B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09B2; }
p { color: rgb(234,9,178); }
H1.HeaderClassName
{
color: #EA09B2;
}
.AnyTagClassName
{
color: #EA09B2;
}
</style>
background-color css
<style>
a { background-color: #EA09B2; }
a { background-color: rgb(234,9,178); }
div.DivClassName
{
background-color: #EA09B2;
}
.BgClassName
{
background-color: #EA09B2;
}
</style>
border-color css
<style>
span { border-color: #EA09B2; }
span { border-color: rgb(234,9,178); }
td.TdClassName
{
border-color: #EA09B2;
}
.TagClassName
{
border-color: #EA09B2;
}
</style>