Shades of Hollywood Cerise #EA149B
Tints of Hollywood Cerise #EA149B
RGB
CMYK
RGB Variations
Color information
#EA149B (or 0xEA149B) is known color: Hollywood Cerise. HEX triplet: EA, 14 and 9B. RGB value is (234,20,155). Sum of RGB (Red+Green+Blue) = 234+20+155=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA149B is #15EB64. Grayscale: #636363. Windows color (decimal): -1436517 or 10163434. OLE color: 10163434.
HSL color Cylindrical-coordinate representation of color #EA149B: hue angle of 322.15º 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 #EA149B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 155 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.08 |
| HSL | 322.15º | 0.84% | 0.5% | - |
| HSV(B) | 322.15º | 0.91% | 0.92% | - |
| XYZ | 40.1 | 20.36 | 32.83 | - |
| YUV | 99.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 155 | 0 | 0.91 | 0.34 | 0.08 | 322.15 | 0.84 | 0.5 |
| Hex | EA | 14 | 9B | 0 | 5B | 22 | 8 | 142 | 54 | 32 |
| Octal | 352 | 24 | 233 | 0 | 133 | 42 | 10 | 502 | 124 | 62 |
| Binary | 11101010 | 10100 | 10011011 | 0 | 1011011 | 100010 | 1000 | 101000010 | 1010100 | 110010 |
Color Harmonies of #EA149B
Complementary color
Monochromatic Colors of #EA149B
Black with #EA149B
Text Example
Text Example
White with #EA149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA149B; }
p { color: rgb(234,20,155); }
H1.HeaderClassName
{
color: #EA149B;
}
.AnyTagClassName
{
color: #EA149B;
}
</style>
background-color css
<style>
a { background-color: #EA149B; }
a { background-color: rgb(234,20,155); }
div.DivClassName
{
background-color: #EA149B;
}
.BgClassName
{
background-color: #EA149B;
}
</style>
border-color css
<style>
span { border-color: #EA149B; }
span { border-color: rgb(234,20,155); }
td.TdClassName
{
border-color: #EA149B;
}
.TagClassName
{
border-color: #EA149B;
}
</style>