Shades of Hollywood Cerise #E310A8
Tints of Hollywood Cerise #E310A8
RGB
CMYK
RGB Variations
Color information
#E310A8 (or 0xE310A8) is known color: Hollywood Cerise. HEX triplet: E3, 10 and A8. RGB value is (227,16,168). Sum of RGB (Red+Green+Blue) = 227+16+168=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E310A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E310A8 is #1CEF57. Grayscale: #606060. Windows color (decimal): -1896280 or 11014371. OLE color: 11014371.
HSL color Cylindrical-coordinate representation of color #E310A8: hue angle of 316.78º 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 #E310A8 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 168 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.11 |
| HSL | 316.78º | 0.87% | 0.48% | - |
| HSV(B) | 316.78º | 0.93% | 0.89% | - |
| XYZ | 38.93 | 19.53 | 38.76 | - |
| YUV | 96.42 | 168.4 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 168 | 0 | 0.93 | 0.26 | 0.11 | 316.78 | 0.87 | 0.48 |
| Hex | E3 | 10 | A8 | 0 | 5D | 1A | B | 13D | 57 | 30 |
| Octal | 343 | 20 | 250 | 0 | 135 | 32 | 13 | 475 | 127 | 60 |
| Binary | 11100011 | 10000 | 10101000 | 0 | 1011101 | 11010 | 1011 | 100111101 | 1010111 | 110000 |
Color Harmonies of #E310A8
Complementary color
Monochromatic Colors of #E310A8
Black with #E310A8
Text Example
Text Example
White with #E310A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E310A8; }
p { color: rgb(227,16,168); }
H1.HeaderClassName
{
color: #E310A8;
}
.AnyTagClassName
{
color: #E310A8;
}
</style>
background-color css
<style>
a { background-color: #E310A8; }
a { background-color: rgb(227,16,168); }
div.DivClassName
{
background-color: #E310A8;
}
.BgClassName
{
background-color: #E310A8;
}
</style>
border-color css
<style>
span { border-color: #E310A8; }
span { border-color: rgb(227,16,168); }
td.TdClassName
{
border-color: #E310A8;
}
.TagClassName
{
border-color: #E310A8;
}
</style>