Shades of Hollywood Cerise #E717A2
Tints of Hollywood Cerise #E717A2
RGB
CMYK
RGB Variations
Color information
#E717A2 (or 0xE717A2) is known color: Hollywood Cerise. HEX triplet: E7, 17 and A2. RGB value is (231,23,162). Sum of RGB (Red+Green+Blue) = 231+23+162=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E717A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E717A2 is #18E85D. Grayscale: #646464. Windows color (decimal): -1632350 or 10622951. OLE color: 10622951.
HSL color Cylindrical-coordinate representation of color #E717A2: hue angle of 319.9º degrees, saturation: 0.82, 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 #E717A2 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 23 | 162 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.09 |
| HSL | 319.9º | 0.82% | 0.5% | - |
| HSV(B) | 319.9º | 0.9% | 0.91% | - |
| XYZ | 39.78 | 20.21 | 35.99 | - |
| YUV | 101.04 | 162.41 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 162 | 0 | 0.90 | 0.30 | 0.09 | 319.9 | 0.82 | 0.5 |
| Hex | E7 | 17 | A2 | 0 | 5A | 1E | 9 | 140 | 52 | 32 |
| Octal | 347 | 27 | 242 | 0 | 132 | 36 | 11 | 500 | 122 | 62 |
| Binary | 11100111 | 10111 | 10100010 | 0 | 1011010 | 11110 | 1001 | 101000000 | 1010010 | 110010 |
Color Harmonies of #E717A2
Complementary color
Monochromatic Colors of #E717A2
Black with #E717A2
Text Example
Text Example
White with #E717A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717A2; }
p { color: rgb(231,23,162); }
H1.HeaderClassName
{
color: #E717A2;
}
.AnyTagClassName
{
color: #E717A2;
}
</style>
background-color css
<style>
a { background-color: #E717A2; }
a { background-color: rgb(231,23,162); }
div.DivClassName
{
background-color: #E717A2;
}
.BgClassName
{
background-color: #E717A2;
}
</style>
border-color css
<style>
span { border-color: #E717A2; }
span { border-color: rgb(231,23,162); }
td.TdClassName
{
border-color: #E717A2;
}
.TagClassName
{
border-color: #E717A2;
}
</style>