Shades of Hollywood Cerise #E014AF
Tints of Hollywood Cerise #E014AF
RGB
CMYK
RGB Variations
Color information
#E014AF (or 0xE014AF) is known color: Hollywood Cerise. HEX triplet: E0, 14 and AF. RGB value is (224,20,175). Sum of RGB (Red+Green+Blue) = 224+20+175=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E014AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E014AF is #1FEB50. Grayscale: #626262. Windows color (decimal): -2091857 or 11474144. OLE color: 11474144.
HSL color Cylindrical-coordinate representation of color #E014AF: hue angle of 314.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014AF is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 20 | 175 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.12 |
| HSL | 314.41º | 0.84% | 0.48% | - |
| HSV(B) | 314.41º | 0.91% | 0.88% | - |
| XYZ | 38.73 | 19.44 | 42.27 | - |
| YUV | 98.67 | 171.09 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 20 | 175 | 0 | 0.91 | 0.22 | 0.12 | 314.41 | 0.84 | 0.48 |
| Hex | E0 | 14 | AF | 0 | 5B | 16 | C | 13A | 54 | 30 |
| Octal | 340 | 24 | 257 | 0 | 133 | 26 | 14 | 472 | 124 | 60 |
| Binary | 11100000 | 10100 | 10101111 | 0 | 1011011 | 10110 | 1100 | 100111010 | 1010100 | 110000 |
Color Harmonies of #E014AF
Complementary color
Monochromatic Colors of #E014AF
Black with #E014AF
Text Example
Text Example
White with #E014AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E014AF; }
p { color: rgb(224,20,175); }
H1.HeaderClassName
{
color: #E014AF;
}
.AnyTagClassName
{
color: #E014AF;
}
</style>
background-color css
<style>
a { background-color: #E014AF; }
a { background-color: rgb(224,20,175); }
div.DivClassName
{
background-color: #E014AF;
}
.BgClassName
{
background-color: #E014AF;
}
</style>
border-color css
<style>
span { border-color: #E014AF; }
span { border-color: rgb(224,20,175); }
td.TdClassName
{
border-color: #E014AF;
}
.TagClassName
{
border-color: #E014AF;
}
</style>