Shades of Hollywood Cerise #E610A2
Tints of Hollywood Cerise #E610A2
RGB
CMYK
RGB Variations
Color information
#E610A2 (or 0xE610A2) is known color: Hollywood Cerise. HEX triplet: E6, 10 and A2. RGB value is (230,16,162). Sum of RGB (Red+Green+Blue) = 230+16+162=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E610A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E610A2 is #19EF5D. Grayscale: #606060. Windows color (decimal): -1699678 or 10621158. OLE color: 10621158.
HSL color Cylindrical-coordinate representation of color #E610A2: hue angle of 319.07º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610A2 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 162 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.10 |
| HSL | 319.07º | 0.87% | 0.48% | - |
| HSV(B) | 319.07º | 0.93% | 0.9% | - |
| XYZ | 39.34 | 19.8 | 35.93 | - |
| YUV | 96.63 | 164.9 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 162 | 0 | 0.93 | 0.30 | 0.10 | 319.07 | 0.87 | 0.48 |
| Hex | E6 | 10 | A2 | 0 | 5D | 1E | A | 13F | 57 | 30 |
| Octal | 346 | 20 | 242 | 0 | 135 | 36 | 12 | 477 | 127 | 60 |
| Binary | 11100110 | 10000 | 10100010 | 0 | 1011101 | 11110 | 1010 | 100111111 | 1010111 | 110000 |
Color Harmonies of #E610A2
Complementary color
Monochromatic Colors of #E610A2
Black with #E610A2
Text Example
Text Example
White with #E610A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E610A2; }
p { color: rgb(230,16,162); }
H1.HeaderClassName
{
color: #E610A2;
}
.AnyTagClassName
{
color: #E610A2;
}
</style>
background-color css
<style>
a { background-color: #E610A2; }
a { background-color: rgb(230,16,162); }
div.DivClassName
{
background-color: #E610A2;
}
.BgClassName
{
background-color: #E610A2;
}
</style>
border-color css
<style>
span { border-color: #E610A2; }
span { border-color: rgb(230,16,162); }
td.TdClassName
{
border-color: #E610A2;
}
.TagClassName
{
border-color: #E610A2;
}
</style>