Shades of Hollywood Cerise #E610B0
Tints of Hollywood Cerise #E610B0
RGB
CMYK
RGB Variations
Color information
#E610B0 (or 0xE610B0) is known color: Hollywood Cerise. HEX triplet: E6, 10 and B0. RGB value is (230,16,176). Sum of RGB (Red+Green+Blue) = 230+16+176=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E610B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E610B0 is #19EF4F. Grayscale: #616161. Windows color (decimal): -1699664 or 11538662. OLE color: 11538662.
HSL color Cylindrical-coordinate representation of color #E610B0: hue angle of 315.14º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610B0 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 176 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.10 |
| HSL | 315.14º | 0.87% | 0.48% | - |
| HSV(B) | 315.14º | 0.93% | 0.9% | - |
| XYZ | 40.65 | 20.33 | 42.86 | - |
| YUV | 98.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 176 | 0 | 0.93 | 0.23 | 0.10 | 315.14 | 0.87 | 0.48 |
| Hex | E6 | 10 | B0 | 0 | 5D | 17 | A | 13B | 57 | 30 |
| Octal | 346 | 20 | 260 | 0 | 135 | 27 | 12 | 473 | 127 | 60 |
| Binary | 11100110 | 10000 | 10110000 | 0 | 1011101 | 10111 | 1010 | 100111011 | 1010111 | 110000 |
Color Harmonies of #E610B0
Complementary color
Monochromatic Colors of #E610B0
Black with #E610B0
Text Example
Text Example
White with #E610B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E610B0; }
p { color: rgb(230,16,176); }
H1.HeaderClassName
{
color: #E610B0;
}
.AnyTagClassName
{
color: #E610B0;
}
</style>
background-color css
<style>
a { background-color: #E610B0; }
a { background-color: rgb(230,16,176); }
div.DivClassName
{
background-color: #E610B0;
}
.BgClassName
{
background-color: #E610B0;
}
</style>
border-color css
<style>
span { border-color: #E610B0; }
span { border-color: rgb(230,16,176); }
td.TdClassName
{
border-color: #E610B0;
}
.TagClassName
{
border-color: #E610B0;
}
</style>