Shades of Hollywood Cerise #E0069E
Tints of Hollywood Cerise #E0069E
RGB
CMYK
RGB Variations
Color information
#E0069E (or 0xE0069E) is known color: Hollywood Cerise. HEX triplet: E0, 06 and 9E. RGB value is (224,6,158). Sum of RGB (Red+Green+Blue) = 224+6+158=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E0069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0069E is #1FF961. Grayscale: #585858. Windows color (decimal): -2095458 or 10356448. OLE color: 10356448.
HSL color Cylindrical-coordinate representation of color #E0069E: hue angle of 318.17º 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 #E0069E is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.12 |
| HSL | 318.17º | 0.95% | 0.45% | - |
| HSV(B) | 318.17º | 0.97% | 0.88% | - |
| XYZ | 36.98 | 18.45 | 33.96 | - |
| YUV | 88.51 | 167.22 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 158 | 0 | 0.97 | 0.29 | 0.12 | 318.17 | 0.95 | 0.45 |
| Hex | E0 | 6 | 9E | 0 | 61 | 1D | C | 13E | 5F | 2D |
| Octal | 340 | 6 | 236 | 0 | 141 | 35 | 14 | 476 | 137 | 55 |
| Binary | 11100000 | 110 | 10011110 | 0 | 1100001 | 11101 | 1100 | 100111110 | 1011111 | 101101 |
Color Harmonies of #E0069E
Complementary color
Monochromatic Colors of #E0069E
Black with #E0069E
Text Example
Text Example
White with #E0069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0069E; }
p { color: rgb(224,6,158); }
H1.HeaderClassName
{
color: #E0069E;
}
.AnyTagClassName
{
color: #E0069E;
}
</style>
background-color css
<style>
a { background-color: #E0069E; }
a { background-color: rgb(224,6,158); }
div.DivClassName
{
background-color: #E0069E;
}
.BgClassName
{
background-color: #E0069E;
}
</style>
border-color css
<style>
span { border-color: #E0069E; }
span { border-color: rgb(224,6,158); }
td.TdClassName
{
border-color: #E0069E;
}
.TagClassName
{
border-color: #E0069E;
}
</style>