Shades of Hollywood Cerise #EA129F
Tints of Hollywood Cerise #EA129F
RGB
CMYK
RGB Variations
Color information
#EA129F (or 0xEA129F) is known color: Hollywood Cerise. HEX triplet: EA, 12 and 9F. RGB value is (234,18,159). Sum of RGB (Red+Green+Blue) = 234+18+159=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA129F is #15ED60. Grayscale: #626262. Windows color (decimal): -1437025 or 10425066. OLE color: 10425066.
HSL color Cylindrical-coordinate representation of color #EA129F: hue angle of 320.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA129F is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 159 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.08 |
| HSL | 320.83º | 0.86% | 0.49% | - |
| HSV(B) | 320.83º | 0.92% | 0.92% | - |
| XYZ | 40.41 | 20.43 | 34.61 | - |
| YUV | 98.66 | 162.06 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 159 | 0 | 0.92 | 0.32 | 0.08 | 320.83 | 0.86 | 0.49 |
| Hex | EA | 12 | 9F | 0 | 5C | 20 | 8 | 141 | 56 | 31 |
| Octal | 352 | 22 | 237 | 0 | 134 | 40 | 10 | 501 | 126 | 61 |
| Binary | 11101010 | 10010 | 10011111 | 0 | 1011100 | 100000 | 1000 | 101000001 | 1010110 | 110001 |
Color Harmonies of #EA129F
Complementary color
Monochromatic Colors of #EA129F
Black with #EA129F
Text Example
Text Example
White with #EA129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA129F; }
p { color: rgb(234,18,159); }
H1.HeaderClassName
{
color: #EA129F;
}
.AnyTagClassName
{
color: #EA129F;
}
</style>
background-color css
<style>
a { background-color: #EA129F; }
a { background-color: rgb(234,18,159); }
div.DivClassName
{
background-color: #EA129F;
}
.BgClassName
{
background-color: #EA129F;
}
</style>
border-color css
<style>
span { border-color: #EA129F; }
span { border-color: rgb(234,18,159); }
td.TdClassName
{
border-color: #EA129F;
}
.TagClassName
{
border-color: #EA129F;
}
</style>