Shades of Hollywood Cerise #E615A2
Tints of Hollywood Cerise #E615A2
RGB
CMYK
RGB Variations
Color information
#E615A2 (or 0xE615A2) is known color: Hollywood Cerise. HEX triplet: E6, 15 and A2. RGB value is (230,21,162). Sum of RGB (Red+Green+Blue) = 230+21+162=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 162 (63.67% from 255 or 39.23% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E615A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E615A2 is #19EA5D. Grayscale: #636363. Windows color (decimal): -1698398 or 10622438. OLE color: 10622438.
HSL color Cylindrical-coordinate representation of color #E615A2: hue angle of 319.52º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E615A2 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 162 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.10 |
| HSL | 319.52º | 0.83% | 0.49% | - |
| HSV(B) | 319.52º | 0.91% | 0.9% | - |
| XYZ | 39.42 | 19.97 | 35.96 | - |
| YUV | 99.57 | 163.24 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 162 | 0 | 0.91 | 0.30 | 0.10 | 319.52 | 0.83 | 0.49 |
| Hex | E6 | 15 | A2 | 0 | 5B | 1E | A | 140 | 53 | 31 |
| Octal | 346 | 25 | 242 | 0 | 133 | 36 | 12 | 500 | 123 | 61 |
| Binary | 11100110 | 10101 | 10100010 | 0 | 1011011 | 11110 | 1010 | 101000000 | 1010011 | 110001 |
Color Harmonies of #E615A2
Complementary color
Monochromatic Colors of #E615A2
Black with #E615A2
Text Example
Text Example
White with #E615A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615A2; }
p { color: rgb(230,21,162); }
H1.HeaderClassName
{
color: #E615A2;
}
.AnyTagClassName
{
color: #E615A2;
}
</style>
background-color css
<style>
a { background-color: #E615A2; }
a { background-color: rgb(230,21,162); }
div.DivClassName
{
background-color: #E615A2;
}
.BgClassName
{
background-color: #E615A2;
}
</style>
border-color css
<style>
span { border-color: #E615A2; }
span { border-color: rgb(230,21,162); }
td.TdClassName
{
border-color: #E615A2;
}
.TagClassName
{
border-color: #E615A2;
}
</style>