Shades of Hollywood Cerise #E805B0
Tints of Hollywood Cerise #E805B0
RGB
CMYK
RGB Variations
Color information
#E805B0 (or 0xE805B0) is known color: Hollywood Cerise. HEX triplet: E8, 05 and B0. RGB value is (232,5,176). Sum of RGB (Red+Green+Blue) = 232+5+176=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E805B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E805B0 is #17FA4F. Grayscale: #5B5B5B. Windows color (decimal): -1571408 or 11535848. OLE color: 11535848.
HSL color Cylindrical-coordinate representation of color #E805B0: hue angle of 314.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805B0 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 176 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.09 |
| HSL | 314.8º | 0.96% | 0.46% | - |
| HSV(B) | 314.8º | 0.98% | 0.91% | - |
| XYZ | 41.17 | 20.4 | 42.84 | - |
| YUV | 92.37 | 175.21 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 176 | 0 | 0.98 | 0.24 | 0.09 | 314.8 | 0.96 | 0.46 |
| Hex | E8 | 5 | B0 | 0 | 62 | 18 | 9 | 13B | 60 | 2E |
| Octal | 350 | 5 | 260 | 0 | 142 | 30 | 11 | 473 | 140 | 56 |
| Binary | 11101000 | 101 | 10110000 | 0 | 1100010 | 11000 | 1001 | 100111011 | 1100000 | 101110 |
Color Harmonies of #E805B0
Complementary color
Monochromatic Colors of #E805B0
Black with #E805B0
Text Example
Text Example
White with #E805B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805B0; }
p { color: rgb(232,5,176); }
H1.HeaderClassName
{
color: #E805B0;
}
.AnyTagClassName
{
color: #E805B0;
}
</style>
background-color css
<style>
a { background-color: #E805B0; }
a { background-color: rgb(232,5,176); }
div.DivClassName
{
background-color: #E805B0;
}
.BgClassName
{
background-color: #E805B0;
}
</style>
border-color css
<style>
span { border-color: #E805B0; }
span { border-color: rgb(232,5,176); }
td.TdClassName
{
border-color: #E805B0;
}
.TagClassName
{
border-color: #E805B0;
}
</style>