Shades of Hollywood Cerise #E900B6
Tints of Hollywood Cerise #E900B6
RGB
CMYK
RGB Variations
Color information
#E900B6 (or 0xE900B6) is known color: Hollywood Cerise. HEX triplet: E9, 00 and B6. RGB value is (233,0,182). Sum of RGB (Red+Green+Blue) = 233+0+182=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E900B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900B6 is #16FF49. Grayscale: #595959. Windows color (decimal): -1507146 or 11927785. OLE color: 11927785.
HSL color Cylindrical-coordinate representation of color #E900B6: hue angle of 313.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900B6 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.22 | 0.09 |
| HSL | 313.13º | 1% | 0.46% | - |
| HSV(B) | 313.13º | 1% | 0.91% | - |
| XYZ | 42.05 | 20.7 | 46.04 | - |
| YUV | 90.42 | 179.69 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 182 | 0 | 1 | 0.22 | 0.09 | 313.13 | 1 | 0.46 |
| Hex | E9 | 0 | B6 | 0 | 64 | 16 | 9 | 139 | 64 | 2E |
| Octal | 351 | 0 | 266 | 0 | 144 | 26 | 11 | 471 | 144 | 56 |
| Binary | 11101001 | 0 | 10110110 | 0 | 1100100 | 10110 | 1001 | 100111001 | 1100100 | 101110 |
Color Harmonies of #E900B6
Complementary color
Monochromatic Colors of #E900B6
Black with #E900B6
Text Example
Text Example
White with #E900B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900B6; }
p { color: rgb(233,0,182); }
H1.HeaderClassName
{
color: #E900B6;
}
.AnyTagClassName
{
color: #E900B6;
}
</style>
background-color css
<style>
a { background-color: #E900B6; }
a { background-color: rgb(233,0,182); }
div.DivClassName
{
background-color: #E900B6;
}
.BgClassName
{
background-color: #E900B6;
}
</style>
border-color css
<style>
span { border-color: #E900B6; }
span { border-color: rgb(233,0,182); }
td.TdClassName
{
border-color: #E900B6;
}
.TagClassName
{
border-color: #E900B6;
}
</style>