Shades of Hollywood Cerise #E013AF
Tints of Hollywood Cerise #E013AF
RGB
CMYK
RGB Variations
Color information
#E013AF (or 0xE013AF) is known color: Hollywood Cerise. HEX triplet: E0, 13 and AF. RGB value is (224,19,175). Sum of RGB (Red+Green+Blue) = 224+19+175=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E013AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E013AF is #1FEC50. Grayscale: #616161. Windows color (decimal): -2092113 or 11473888. OLE color: 11473888.
HSL color Cylindrical-coordinate representation of color #E013AF: hue angle of 314.34º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E013AF is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 19 | 175 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.12 |
| HSL | 314.34º | 0.84% | 0.48% | - |
| HSV(B) | 314.34º | 0.92% | 0.88% | - |
| XYZ | 38.71 | 19.41 | 42.26 | - |
| YUV | 98.08 | 171.42 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 19 | 175 | 0 | 0.92 | 0.22 | 0.12 | 314.34 | 0.84 | 0.48 |
| Hex | E0 | 13 | AF | 0 | 5C | 16 | C | 13A | 54 | 30 |
| Octal | 340 | 23 | 257 | 0 | 134 | 26 | 14 | 472 | 124 | 60 |
| Binary | 11100000 | 10011 | 10101111 | 0 | 1011100 | 10110 | 1100 | 100111010 | 1010100 | 110000 |
Color Harmonies of #E013AF
Complementary color
Monochromatic Colors of #E013AF
Black with #E013AF
Text Example
Text Example
White with #E013AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E013AF; }
p { color: rgb(224,19,175); }
H1.HeaderClassName
{
color: #E013AF;
}
.AnyTagClassName
{
color: #E013AF;
}
</style>
background-color css
<style>
a { background-color: #E013AF; }
a { background-color: rgb(224,19,175); }
div.DivClassName
{
background-color: #E013AF;
}
.BgClassName
{
background-color: #E013AF;
}
</style>
border-color css
<style>
span { border-color: #E013AF; }
span { border-color: rgb(224,19,175); }
td.TdClassName
{
border-color: #E013AF;
}
.TagClassName
{
border-color: #E013AF;
}
</style>