Shades of Hollywood Cerise #E909B2
Tints of Hollywood Cerise #E909B2
RGB
CMYK
RGB Variations
Color information
#E909B2 (or 0xE909B2) is known color: Hollywood Cerise. HEX triplet: E9, 09 and B2. RGB value is (233,9,178). Sum of RGB (Red+Green+Blue) = 233+9+178=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E909B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E909B2 is #16F64D. Grayscale: #5E5E5E. Windows color (decimal): -1504846 or 11667945. OLE color: 11667945.
HSL color Cylindrical-coordinate representation of color #E909B2: hue angle of 314.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E909B2 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.09 |
| HSL | 314.73º | 0.93% | 0.47% | - |
| HSV(B) | 314.73º | 0.96% | 0.91% | - |
| XYZ | 41.74 | 20.73 | 43.92 | - |
| YUV | 95.24 | 174.71 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 178 | 0 | 0.96 | 0.24 | 0.09 | 314.73 | 0.93 | 0.47 |
| Hex | E9 | 9 | B2 | 0 | 60 | 18 | 9 | 13B | 5D | 2F |
| Octal | 351 | 11 | 262 | 0 | 140 | 30 | 11 | 473 | 135 | 57 |
| Binary | 11101001 | 1001 | 10110010 | 0 | 1100000 | 11000 | 1001 | 100111011 | 1011101 | 101111 |
Color Harmonies of #E909B2
Complementary color
Monochromatic Colors of #E909B2
Black with #E909B2
Text Example
Text Example
White with #E909B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E909B2; }
p { color: rgb(233,9,178); }
H1.HeaderClassName
{
color: #E909B2;
}
.AnyTagClassName
{
color: #E909B2;
}
</style>
background-color css
<style>
a { background-color: #E909B2; }
a { background-color: rgb(233,9,178); }
div.DivClassName
{
background-color: #E909B2;
}
.BgClassName
{
background-color: #E909B2;
}
</style>
border-color css
<style>
span { border-color: #E909B2; }
span { border-color: rgb(233,9,178); }
td.TdClassName
{
border-color: #E909B2;
}
.TagClassName
{
border-color: #E909B2;
}
</style>