Shades of Hollywood Cerise #E316A7
Tints of Hollywood Cerise #E316A7
RGB
CMYK
RGB Variations
Color information
#E316A7 (or 0xE316A7) is known color: Hollywood Cerise. HEX triplet: E3, 16 and A7. RGB value is (227,22,167). Sum of RGB (Red+Green+Blue) = 227+22+167=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E316A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E316A7 is #1CE958. Grayscale: #636363. Windows color (decimal): -1894745 or 10950371. OLE color: 10950371.
HSL color Cylindrical-coordinate representation of color #E316A7: hue angle of 317.56º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E316A7 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 167 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.11 |
| HSL | 317.56º | 0.82% | 0.49% | - |
| HSV(B) | 317.56º | 0.9% | 0.89% | - |
| XYZ | 38.94 | 19.69 | 38.31 | - |
| YUV | 99.83 | 165.92 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 167 | 0 | 0.90 | 0.26 | 0.11 | 317.56 | 0.82 | 0.49 |
| Hex | E3 | 16 | A7 | 0 | 5A | 1A | B | 13E | 52 | 31 |
| Octal | 343 | 26 | 247 | 0 | 132 | 32 | 13 | 476 | 122 | 61 |
| Binary | 11100011 | 10110 | 10100111 | 0 | 1011010 | 11010 | 1011 | 100111110 | 1010010 | 110001 |
Color Harmonies of #E316A7
Complementary color
Monochromatic Colors of #E316A7
Black with #E316A7
Text Example
Text Example
White with #E316A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E316A7; }
p { color: rgb(227,22,167); }
H1.HeaderClassName
{
color: #E316A7;
}
.AnyTagClassName
{
color: #E316A7;
}
</style>
background-color css
<style>
a { background-color: #E316A7; }
a { background-color: rgb(227,22,167); }
div.DivClassName
{
background-color: #E316A7;
}
.BgClassName
{
background-color: #E316A7;
}
</style>
border-color css
<style>
span { border-color: #E316A7; }
span { border-color: rgb(227,22,167); }
td.TdClassName
{
border-color: #E316A7;
}
.TagClassName
{
border-color: #E316A7;
}
</style>