Shades of Hollywood Cerise #E716A5
Tints of Hollywood Cerise #E716A5
RGB
CMYK
RGB Variations
Color information
#E716A5 (or 0xE716A5) is known color: Hollywood Cerise. HEX triplet: E7, 16 and A5. RGB value is (231,22,165). Sum of RGB (Red+Green+Blue) = 231+22+165=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E716A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E716A5 is #18E95A. Grayscale: #646464. Windows color (decimal): -1632603 or 10819303. OLE color: 10819303.
HSL color Cylindrical-coordinate representation of color #E716A5: hue angle of 318.95º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E716A5 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 165 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.09 |
| HSL | 318.95º | 0.83% | 0.5% | - |
| HSV(B) | 318.95º | 0.9% | 0.91% | - |
| XYZ | 40.03 | 20.28 | 37.4 | - |
| YUV | 100.79 | 164.24 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 165 | 0 | 0.90 | 0.29 | 0.09 | 318.95 | 0.83 | 0.5 |
| Hex | E7 | 16 | A5 | 0 | 5A | 1D | 9 | 13F | 53 | 32 |
| Octal | 347 | 26 | 245 | 0 | 132 | 35 | 11 | 477 | 123 | 62 |
| Binary | 11100111 | 10110 | 10100101 | 0 | 1011010 | 11101 | 1001 | 100111111 | 1010011 | 110010 |
Color Harmonies of #E716A5
Complementary color
Monochromatic Colors of #E716A5
Black with #E716A5
Text Example
Text Example
White with #E716A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716A5; }
p { color: rgb(231,22,165); }
H1.HeaderClassName
{
color: #E716A5;
}
.AnyTagClassName
{
color: #E716A5;
}
</style>
background-color css
<style>
a { background-color: #E716A5; }
a { background-color: rgb(231,22,165); }
div.DivClassName
{
background-color: #E716A5;
}
.BgClassName
{
background-color: #E716A5;
}
</style>
border-color css
<style>
span { border-color: #E716A5; }
span { border-color: rgb(231,22,165); }
td.TdClassName
{
border-color: #E716A5;
}
.TagClassName
{
border-color: #E716A5;
}
</style>