Shades of Hollywood Cerise #E614A5
Tints of Hollywood Cerise #E614A5
RGB
CMYK
RGB Variations
Color information
#E614A5 (or 0xE614A5) is known color: Hollywood Cerise. HEX triplet: E6, 14 and A5. RGB value is (230,20,165). Sum of RGB (Red+Green+Blue) = 230+20+165=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E614A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E614A5 is #19EB5A. Grayscale: #626262. Windows color (decimal): -1698651 or 10818790. OLE color: 10818790.
HSL color Cylindrical-coordinate representation of color #E614A5: hue angle of 318.57º degrees, saturation: 0.84, 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 #E614A5 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 165 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.10 |
| HSL | 318.57º | 0.84% | 0.49% | - |
| HSV(B) | 318.57º | 0.91% | 0.9% | - |
| XYZ | 39.67 | 20.04 | 37.37 | - |
| YUV | 99.32 | 165.07 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 165 | 0 | 0.91 | 0.28 | 0.10 | 318.57 | 0.84 | 0.49 |
| Hex | E6 | 14 | A5 | 0 | 5B | 1C | A | 13F | 54 | 31 |
| Octal | 346 | 24 | 245 | 0 | 133 | 34 | 12 | 477 | 124 | 61 |
| Binary | 11100110 | 10100 | 10100101 | 0 | 1011011 | 11100 | 1010 | 100111111 | 1010100 | 110001 |
Color Harmonies of #E614A5
Complementary color
Monochromatic Colors of #E614A5
Black with #E614A5
Text Example
Text Example
White with #E614A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614A5; }
p { color: rgb(230,20,165); }
H1.HeaderClassName
{
color: #E614A5;
}
.AnyTagClassName
{
color: #E614A5;
}
</style>
background-color css
<style>
a { background-color: #E614A5; }
a { background-color: rgb(230,20,165); }
div.DivClassName
{
background-color: #E614A5;
}
.BgClassName
{
background-color: #E614A5;
}
</style>
border-color css
<style>
span { border-color: #E614A5; }
span { border-color: rgb(230,20,165); }
td.TdClassName
{
border-color: #E614A5;
}
.TagClassName
{
border-color: #E614A5;
}
</style>