Shades of Hollywood Cerise #EA14A8
Tints of Hollywood Cerise #EA14A8
RGB
CMYK
RGB Variations
Color information
#EA14A8 (or 0xEA14A8) is known color: Hollywood Cerise. HEX triplet: EA, 14 and A8. RGB value is (234,20,168). Sum of RGB (Red+Green+Blue) = 234+20+168=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA14A8 is #15EB57. Grayscale: #646464. Windows color (decimal): -1436504 or 11015402. OLE color: 11015402.
HSL color Cylindrical-coordinate representation of color #EA14A8: hue angle of 318.5º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA14A8 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 168 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.08 |
| HSL | 318.5º | 0.84% | 0.5% | - |
| HSV(B) | 318.5º | 0.91% | 0.92% | - |
| XYZ | 41.25 | 20.82 | 38.89 | - |
| YUV | 100.86 | 165.9 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 168 | 0 | 0.91 | 0.28 | 0.08 | 318.5 | 0.84 | 0.5 |
| Hex | EA | 14 | A8 | 0 | 5B | 1C | 8 | 13F | 54 | 32 |
| Octal | 352 | 24 | 250 | 0 | 133 | 34 | 10 | 477 | 124 | 62 |
| Binary | 11101010 | 10100 | 10101000 | 0 | 1011011 | 11100 | 1000 | 100111111 | 1010100 | 110010 |
Color Harmonies of #EA14A8
Complementary color
Monochromatic Colors of #EA14A8
Black with #EA14A8
Text Example
Text Example
White with #EA14A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA14A8; }
p { color: rgb(234,20,168); }
H1.HeaderClassName
{
color: #EA14A8;
}
.AnyTagClassName
{
color: #EA14A8;
}
</style>
background-color css
<style>
a { background-color: #EA14A8; }
a { background-color: rgb(234,20,168); }
div.DivClassName
{
background-color: #EA14A8;
}
.BgClassName
{
background-color: #EA14A8;
}
</style>
border-color css
<style>
span { border-color: #EA14A8; }
span { border-color: rgb(234,20,168); }
td.TdClassName
{
border-color: #EA14A8;
}
.TagClassName
{
border-color: #EA14A8;
}
</style>