Shades of Hollywood Cerise #EA019B
Tints of Hollywood Cerise #EA019B
RGB
CMYK
RGB Variations
Color information
#EA019B (or 0xEA019B) is known color: Hollywood Cerise. HEX triplet: EA, 01 and 9B. RGB value is (234,1,155). Sum of RGB (Red+Green+Blue) = 234+1+155=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA019B is #15FE64. Grayscale: #575757. Windows color (decimal): -1441381 or 10158570. OLE color: 10158570.
HSL color Cylindrical-coordinate representation of color #EA019B: hue angle of 320.34º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA019B is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.08 |
| HSL | 320.34º | 0.99% | 0.46% | - |
| HSV(B) | 320.34º | 1% | 0.92% | - |
| XYZ | 39.86 | 19.88 | 32.75 | - |
| YUV | 88.22 | 165.69 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 155 | 0 | 1.00 | 0.34 | 0.08 | 320.34 | 0.99 | 0.46 |
| Hex | EA | 1 | 9B | 0 | 64 | 22 | 8 | 140 | 63 | 2E |
| Octal | 352 | 1 | 233 | 0 | 144 | 42 | 10 | 500 | 143 | 56 |
| Binary | 11101010 | 1 | 10011011 | 0 | 1100100 | 100010 | 1000 | 101000000 | 1100011 | 101110 |
Color Harmonies of #EA019B
Complementary color
Monochromatic Colors of #EA019B
Black with #EA019B
Text Example
Text Example
White with #EA019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA019B; }
p { color: rgb(234,1,155); }
H1.HeaderClassName
{
color: #EA019B;
}
.AnyTagClassName
{
color: #EA019B;
}
</style>
background-color css
<style>
a { background-color: #EA019B; }
a { background-color: rgb(234,1,155); }
div.DivClassName
{
background-color: #EA019B;
}
.BgClassName
{
background-color: #EA019B;
}
</style>
border-color css
<style>
span { border-color: #EA019B; }
span { border-color: rgb(234,1,155); }
td.TdClassName
{
border-color: #EA019B;
}
.TagClassName
{
border-color: #EA019B;
}
</style>