Shades of Hollywood Cerise #E313A8
Tints of Hollywood Cerise #E313A8
RGB
CMYK
RGB Variations
Color information
#E313A8 (or 0xE313A8) is known color: Hollywood Cerise. HEX triplet: E3, 13 and A8. RGB value is (227,19,168). Sum of RGB (Red+Green+Blue) = 227+19+168=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E313A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E313A8 is #1CEC57. Grayscale: #616161. Windows color (decimal): -1895512 or 11015139. OLE color: 11015139.
HSL color Cylindrical-coordinate representation of color #E313A8: hue angle of 317.02º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E313A8 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 19 | 168 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.11 |
| HSL | 317.02º | 0.85% | 0.48% | - |
| HSV(B) | 317.02º | 0.92% | 0.89% | - |
| XYZ | 38.98 | 19.62 | 38.78 | - |
| YUV | 98.18 | 167.41 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 19 | 168 | 0 | 0.92 | 0.26 | 0.11 | 317.02 | 0.85 | 0.48 |
| Hex | E3 | 13 | A8 | 0 | 5C | 1A | B | 13D | 55 | 30 |
| Octal | 343 | 23 | 250 | 0 | 134 | 32 | 13 | 475 | 125 | 60 |
| Binary | 11100011 | 10011 | 10101000 | 0 | 1011100 | 11010 | 1011 | 100111101 | 1010101 | 110000 |
Color Harmonies of #E313A8
Complementary color
Monochromatic Colors of #E313A8
Black with #E313A8
Text Example
Text Example
White with #E313A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E313A8; }
p { color: rgb(227,19,168); }
H1.HeaderClassName
{
color: #E313A8;
}
.AnyTagClassName
{
color: #E313A8;
}
</style>
background-color css
<style>
a { background-color: #E313A8; }
a { background-color: rgb(227,19,168); }
div.DivClassName
{
background-color: #E313A8;
}
.BgClassName
{
background-color: #E313A8;
}
</style>
border-color css
<style>
span { border-color: #E313A8; }
span { border-color: rgb(227,19,168); }
td.TdClassName
{
border-color: #E313A8;
}
.TagClassName
{
border-color: #E313A8;
}
</style>