Shades of Hollywood Cerise #E715A2
Tints of Hollywood Cerise #E715A2
RGB
CMYK
RGB Variations
Color information
#E715A2 (or 0xE715A2) is known color: Hollywood Cerise. HEX triplet: E7, 15 and A2. RGB value is (231,21,162). Sum of RGB (Red+Green+Blue) = 231+21+162=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E715A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E715A2 is #18EA5D. Grayscale: #636363. Windows color (decimal): -1632862 or 10622439. OLE color: 10622439.
HSL color Cylindrical-coordinate representation of color #E715A2: hue angle of 319.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E715A2 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 21 | 162 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.09 |
| HSL | 319.71º | 0.83% | 0.49% | - |
| HSV(B) | 319.71º | 0.91% | 0.91% | - |
| XYZ | 39.74 | 20.13 | 35.97 | - |
| YUV | 99.86 | 163.07 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 162 | 0 | 0.91 | 0.30 | 0.09 | 319.71 | 0.83 | 0.49 |
| Hex | E7 | 15 | A2 | 0 | 5B | 1E | 9 | 140 | 53 | 31 |
| Octal | 347 | 25 | 242 | 0 | 133 | 36 | 11 | 500 | 123 | 61 |
| Binary | 11100111 | 10101 | 10100010 | 0 | 1011011 | 11110 | 1001 | 101000000 | 1010011 | 110001 |
Color Harmonies of #E715A2
Complementary color
Monochromatic Colors of #E715A2
Black with #E715A2
Text Example
Text Example
White with #E715A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715A2; }
p { color: rgb(231,21,162); }
H1.HeaderClassName
{
color: #E715A2;
}
.AnyTagClassName
{
color: #E715A2;
}
</style>
background-color css
<style>
a { background-color: #E715A2; }
a { background-color: rgb(231,21,162); }
div.DivClassName
{
background-color: #E715A2;
}
.BgClassName
{
background-color: #E715A2;
}
</style>
border-color css
<style>
span { border-color: #E715A2; }
span { border-color: rgb(231,21,162); }
td.TdClassName
{
border-color: #E715A2;
}
.TagClassName
{
border-color: #E715A2;
}
</style>