Shades of Hollywood Cerise #EA099D
Tints of Hollywood Cerise #EA099D
RGB
CMYK
RGB Variations
Color information
#EA099D (or 0xEA099D) is known color: Hollywood Cerise. HEX triplet: EA, 09 and 9D. RGB value is (234,9,157). Sum of RGB (Red+Green+Blue) = 234+9+157=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA099D is #15F662. Grayscale: #5C5C5C. Windows color (decimal): -1439331 or 10291690. OLE color: 10291690.
HSL color Cylindrical-coordinate representation of color #EA099D: hue angle of 320.53º 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 #EA099D is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.08 |
| HSL | 320.53º | 0.93% | 0.48% | - |
| HSV(B) | 320.53º | 0.96% | 0.92% | - |
| XYZ | 40.12 | 20.12 | 33.67 | - |
| YUV | 93.15 | 164.04 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 157 | 0 | 0.96 | 0.33 | 0.08 | 320.53 | 0.93 | 0.48 |
| Hex | EA | 9 | 9D | 0 | 60 | 21 | 8 | 141 | 5D | 30 |
| Octal | 352 | 11 | 235 | 0 | 140 | 41 | 10 | 501 | 135 | 60 |
| Binary | 11101010 | 1001 | 10011101 | 0 | 1100000 | 100001 | 1000 | 101000001 | 1011101 | 110000 |
Color Harmonies of #EA099D
Complementary color
Monochromatic Colors of #EA099D
Black with #EA099D
Text Example
Text Example
White with #EA099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA099D; }
p { color: rgb(234,9,157); }
H1.HeaderClassName
{
color: #EA099D;
}
.AnyTagClassName
{
color: #EA099D;
}
</style>
background-color css
<style>
a { background-color: #EA099D; }
a { background-color: rgb(234,9,157); }
div.DivClassName
{
background-color: #EA099D;
}
.BgClassName
{
background-color: #EA099D;
}
</style>
border-color css
<style>
span { border-color: #EA099D; }
span { border-color: rgb(234,9,157); }
td.TdClassName
{
border-color: #EA099D;
}
.TagClassName
{
border-color: #EA099D;
}
</style>