Shades of Hollywood Cerise #E9019B
Tints of Hollywood Cerise #E9019B
RGB
CMYK
RGB Variations
Color information
#E9019B (or 0xE9019B) is known color: Hollywood Cerise. HEX triplet: E9, 01 and 9B. RGB value is (233,1,155). Sum of RGB (Red+Green+Blue) = 233+1+155=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E9019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9019B is #16FE64. Grayscale: #575757. Windows color (decimal): -1506917 or 10158569. OLE color: 10158569.
HSL color Cylindrical-coordinate representation of color #E9019B: hue angle of 320.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9019B is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.09 |
| HSL | 320.17º | 0.99% | 0.46% | - |
| HSV(B) | 320.17º | 1% | 0.91% | - |
| XYZ | 39.53 | 19.71 | 32.73 | - |
| YUV | 87.92 | 165.86 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 155 | 0 | 1.00 | 0.33 | 0.09 | 320.17 | 0.99 | 0.46 |
| Hex | E9 | 1 | 9B | 0 | 64 | 21 | 9 | 140 | 63 | 2E |
| Octal | 351 | 1 | 233 | 0 | 144 | 41 | 11 | 500 | 143 | 56 |
| Binary | 11101001 | 1 | 10011011 | 0 | 1100100 | 100001 | 1001 | 101000000 | 1100011 | 101110 |
Color Harmonies of #E9019B
Complementary color
Monochromatic Colors of #E9019B
Black with #E9019B
Text Example
Text Example
White with #E9019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9019B; }
p { color: rgb(233,1,155); }
H1.HeaderClassName
{
color: #E9019B;
}
.AnyTagClassName
{
color: #E9019B;
}
</style>
background-color css
<style>
a { background-color: #E9019B; }
a { background-color: rgb(233,1,155); }
div.DivClassName
{
background-color: #E9019B;
}
.BgClassName
{
background-color: #E9019B;
}
</style>
border-color css
<style>
span { border-color: #E9019B; }
span { border-color: rgb(233,1,155); }
td.TdClassName
{
border-color: #E9019B;
}
.TagClassName
{
border-color: #E9019B;
}
</style>