Shades of Hollywood Cerise #E517A2
Tints of Hollywood Cerise #E517A2
RGB
CMYK
RGB Variations
Color information
#E517A2 (or 0xE517A2) is known color: Hollywood Cerise. HEX triplet: E5, 17 and A2. RGB value is (229,23,162). Sum of RGB (Red+Green+Blue) = 229+23+162=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E517A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E517A2 is #1AE85D. Grayscale: #646464. Windows color (decimal): -1763422 or 10622949. OLE color: 10622949.
HSL color Cylindrical-coordinate representation of color #E517A2: hue angle of 319.51º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E517A2 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 162 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.10 |
| HSL | 319.51º | 0.82% | 0.49% | - |
| HSV(B) | 319.51º | 0.9% | 0.9% | - |
| XYZ | 39.14 | 19.88 | 35.96 | - |
| YUV | 100.44 | 162.75 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 162 | 0 | 0.90 | 0.29 | 0.10 | 319.51 | 0.82 | 0.49 |
| Hex | E5 | 17 | A2 | 0 | 5A | 1D | A | 140 | 52 | 31 |
| Octal | 345 | 27 | 242 | 0 | 132 | 35 | 12 | 500 | 122 | 61 |
| Binary | 11100101 | 10111 | 10100010 | 0 | 1011010 | 11101 | 1010 | 101000000 | 1010010 | 110001 |
Color Harmonies of #E517A2
Complementary color
Monochromatic Colors of #E517A2
Black with #E517A2
Text Example
Text Example
White with #E517A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E517A2; }
p { color: rgb(229,23,162); }
H1.HeaderClassName
{
color: #E517A2;
}
.AnyTagClassName
{
color: #E517A2;
}
</style>
background-color css
<style>
a { background-color: #E517A2; }
a { background-color: rgb(229,23,162); }
div.DivClassName
{
background-color: #E517A2;
}
.BgClassName
{
background-color: #E517A2;
}
</style>
border-color css
<style>
span { border-color: #E517A2; }
span { border-color: rgb(229,23,162); }
td.TdClassName
{
border-color: #E517A2;
}
.TagClassName
{
border-color: #E517A2;
}
</style>