Shades of Hollywood Cerise #E900B5
Tints of Hollywood Cerise #E900B5
RGB
CMYK
RGB Variations
Color information
#E900B5 (or 0xE900B5) is known color: Hollywood Cerise. HEX triplet: E9, 00 and B5. RGB value is (233,0,181). Sum of RGB (Red+Green+Blue) = 233+0+181=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E900B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E900B5 is #16FF4A. Grayscale: #595959. Windows color (decimal): -1507147 or 11862249. OLE color: 11862249.
HSL color Cylindrical-coordinate representation of color #E900B5: hue angle of 313.39º 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 #E900B5 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.22 | 0.09 |
| HSL | 313.39º | 1% | 0.46% | - |
| HSV(B) | 313.39º | 1% | 0.91% | - |
| XYZ | 41.94 | 20.66 | 45.49 | - |
| YUV | 90.3 | 179.19 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 181 | 0 | 1 | 0.22 | 0.09 | 313.39 | 1 | 0.46 |
| Hex | E9 | 0 | B5 | 0 | 64 | 16 | 9 | 139 | 64 | 2E |
| Octal | 351 | 0 | 265 | 0 | 144 | 26 | 11 | 471 | 144 | 56 |
| Binary | 11101001 | 0 | 10110101 | 0 | 1100100 | 10110 | 1001 | 100111001 | 1100100 | 101110 |
Color Harmonies of #E900B5
Complementary color
Monochromatic Colors of #E900B5
Black with #E900B5
Text Example
Text Example
White with #E900B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900B5; }
p { color: rgb(233,0,181); }
H1.HeaderClassName
{
color: #E900B5;
}
.AnyTagClassName
{
color: #E900B5;
}
</style>
background-color css
<style>
a { background-color: #E900B5; }
a { background-color: rgb(233,0,181); }
div.DivClassName
{
background-color: #E900B5;
}
.BgClassName
{
background-color: #E900B5;
}
</style>
border-color css
<style>
span { border-color: #E900B5; }
span { border-color: rgb(233,0,181); }
td.TdClassName
{
border-color: #E900B5;
}
.TagClassName
{
border-color: #E900B5;
}
</style>