Shades of Hollywood Cerise #E615A6
Tints of Hollywood Cerise #E615A6
RGB
CMYK
RGB Variations
Color information
#E615A6 (or 0xE615A6) is known color: Hollywood Cerise. HEX triplet: E6, 15 and A6. RGB value is (230,21,166). Sum of RGB (Red+Green+Blue) = 230+21+166=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E615A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E615A6 is #19EA59. Grayscale: #636363. Windows color (decimal): -1698394 or 10884582. OLE color: 10884582.
HSL color Cylindrical-coordinate representation of color #E615A6: hue angle of 318.37º 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 #E615A6 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 166 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.10 |
| HSL | 318.37º | 0.83% | 0.49% | - |
| HSV(B) | 318.37º | 0.91% | 0.9% | - |
| XYZ | 39.78 | 20.11 | 37.86 | - |
| YUV | 100.02 | 165.24 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 166 | 0 | 0.91 | 0.28 | 0.10 | 318.37 | 0.83 | 0.49 |
| Hex | E6 | 15 | A6 | 0 | 5B | 1C | A | 13E | 53 | 31 |
| Octal | 346 | 25 | 246 | 0 | 133 | 34 | 12 | 476 | 123 | 61 |
| Binary | 11100110 | 10101 | 10100110 | 0 | 1011011 | 11100 | 1010 | 100111110 | 1010011 | 110001 |
Color Harmonies of #E615A6
Complementary color
Monochromatic Colors of #E615A6
Black with #E615A6
Text Example
Text Example
White with #E615A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E615A6; }
p { color: rgb(230,21,166); }
H1.HeaderClassName
{
color: #E615A6;
}
.AnyTagClassName
{
color: #E615A6;
}
</style>
background-color css
<style>
a { background-color: #E615A6; }
a { background-color: rgb(230,21,166); }
div.DivClassName
{
background-color: #E615A6;
}
.BgClassName
{
background-color: #E615A6;
}
</style>
border-color css
<style>
span { border-color: #E615A6; }
span { border-color: rgb(230,21,166); }
td.TdClassName
{
border-color: #E615A6;
}
.TagClassName
{
border-color: #E615A6;
}
</style>