Shades of Hollywood Cerise #E0169C
Tints of Hollywood Cerise #E0169C
RGB
CMYK
RGB Variations
Color information
#E0169C (or 0xE0169C) is known color: Hollywood Cerise. HEX triplet: E0, 16 and 9C. RGB value is (224,22,156). Sum of RGB (Red+Green+Blue) = 224+22+156=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0169C is #1FE963. Grayscale: #616161. Windows color (decimal): -2091364 or 10229472. OLE color: 10229472.
HSL color Cylindrical-coordinate representation of color #E0169C: hue angle of 320.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0169C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 156 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.12 |
| HSL | 320.2º | 0.82% | 0.48% | - |
| HSV(B) | 320.2º | 0.9% | 0.88% | - |
| XYZ | 37.03 | 18.82 | 33.13 | - |
| YUV | 97.67 | 160.92 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 156 | 0 | 0.90 | 0.30 | 0.12 | 320.2 | 0.82 | 0.48 |
| Hex | E0 | 16 | 9C | 0 | 5A | 1E | C | 140 | 52 | 30 |
| Octal | 340 | 26 | 234 | 0 | 132 | 36 | 14 | 500 | 122 | 60 |
| Binary | 11100000 | 10110 | 10011100 | 0 | 1011010 | 11110 | 1100 | 101000000 | 1010010 | 110000 |
Color Harmonies of #E0169C
Complementary color
Monochromatic Colors of #E0169C
Black with #E0169C
Text Example
Text Example
White with #E0169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0169C; }
p { color: rgb(224,22,156); }
H1.HeaderClassName
{
color: #E0169C;
}
.AnyTagClassName
{
color: #E0169C;
}
</style>
background-color css
<style>
a { background-color: #E0169C; }
a { background-color: rgb(224,22,156); }
div.DivClassName
{
background-color: #E0169C;
}
.BgClassName
{
background-color: #E0169C;
}
</style>
border-color css
<style>
span { border-color: #E0169C; }
span { border-color: rgb(224,22,156); }
td.TdClassName
{
border-color: #E0169C;
}
.TagClassName
{
border-color: #E0169C;
}
</style>