Shades of Hollywood Cerise #E0069F
Tints of Hollywood Cerise #E0069F
RGB
CMYK
RGB Variations
Color information
#E0069F (or 0xE0069F) is known color: Hollywood Cerise. HEX triplet: E0, 06 and 9F. RGB value is (224,6,159). Sum of RGB (Red+Green+Blue) = 224+6+159=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E0069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0069F is #1FF960. Grayscale: #585858. Windows color (decimal): -2095457 or 10421984. OLE color: 10421984.
HSL color Cylindrical-coordinate representation of color #E0069F: hue angle of 317.89º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0069F is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 159 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.12 |
| HSL | 317.89º | 0.95% | 0.45% | - |
| HSV(B) | 317.89º | 0.97% | 0.88% | - |
| XYZ | 37.06 | 18.48 | 34.41 | - |
| YUV | 88.62 | 167.72 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 159 | 0 | 0.97 | 0.29 | 0.12 | 317.89 | 0.95 | 0.45 |
| Hex | E0 | 6 | 9F | 0 | 61 | 1D | C | 13E | 5F | 2D |
| Octal | 340 | 6 | 237 | 0 | 141 | 35 | 14 | 476 | 137 | 55 |
| Binary | 11100000 | 110 | 10011111 | 0 | 1100001 | 11101 | 1100 | 100111110 | 1011111 | 101101 |
Color Harmonies of #E0069F
Complementary color
Monochromatic Colors of #E0069F
Black with #E0069F
Text Example
Text Example
White with #E0069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0069F; }
p { color: rgb(224,6,159); }
H1.HeaderClassName
{
color: #E0069F;
}
.AnyTagClassName
{
color: #E0069F;
}
</style>
background-color css
<style>
a { background-color: #E0069F; }
a { background-color: rgb(224,6,159); }
div.DivClassName
{
background-color: #E0069F;
}
.BgClassName
{
background-color: #E0069F;
}
</style>
border-color css
<style>
span { border-color: #E0069F; }
span { border-color: rgb(224,6,159); }
td.TdClassName
{
border-color: #E0069F;
}
.TagClassName
{
border-color: #E0069F;
}
</style>