Shades of Hollywood Cerise #E310B0
Tints of Hollywood Cerise #E310B0
RGB
CMYK
RGB Variations
Color information
#E310B0 (or 0xE310B0) is known color: Hollywood Cerise. HEX triplet: E3, 10 and B0. RGB value is (227,16,176). Sum of RGB (Red+Green+Blue) = 227+16+176=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E310B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E310B0 is #1CEF4F. Grayscale: #606060. Windows color (decimal): -1896272 or 11538659. OLE color: 11538659.
HSL color Cylindrical-coordinate representation of color #E310B0: hue angle of 314.5º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E310B0 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 176 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.11 |
| HSL | 314.5º | 0.87% | 0.48% | - |
| HSV(B) | 314.5º | 0.93% | 0.89% | - |
| XYZ | 39.7 | 19.84 | 42.81 | - |
| YUV | 97.33 | 172.4 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 176 | 0 | 0.93 | 0.22 | 0.11 | 314.5 | 0.87 | 0.48 |
| Hex | E3 | 10 | B0 | 0 | 5D | 16 | B | 13B | 57 | 30 |
| Octal | 343 | 20 | 260 | 0 | 135 | 26 | 13 | 473 | 127 | 60 |
| Binary | 11100011 | 10000 | 10110000 | 0 | 1011101 | 10110 | 1011 | 100111011 | 1010111 | 110000 |
Color Harmonies of #E310B0
Complementary color
Monochromatic Colors of #E310B0
Black with #E310B0
Text Example
Text Example
White with #E310B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310B0; }
p { color: rgb(227,16,176); }
H1.HeaderClassName
{
color: #E310B0;
}
.AnyTagClassName
{
color: #E310B0;
}
</style>
background-color css
<style>
a { background-color: #E310B0; }
a { background-color: rgb(227,16,176); }
div.DivClassName
{
background-color: #E310B0;
}
.BgClassName
{
background-color: #E310B0;
}
</style>
border-color css
<style>
span { border-color: #E310B0; }
span { border-color: rgb(227,16,176); }
td.TdClassName
{
border-color: #E310B0;
}
.TagClassName
{
border-color: #E310B0;
}
</style>