Shades of Hollywood Cerise #E80CAD
Tints of Hollywood Cerise #E80CAD
RGB
CMYK
RGB Variations
Color information
#E80CAD (or 0xE80CAD) is known color: Hollywood Cerise. HEX triplet: E8, 0C and AD. RGB value is (232,12,173). Sum of RGB (Red+Green+Blue) = 232+12+173=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E80CAD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80CAD is #17F352. Grayscale: #5F5F5F. Windows color (decimal): -1569619 or 11341032. OLE color: 11341032.
HSL color Cylindrical-coordinate representation of color #E80CAD: hue angle of 316.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80CAD is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 173 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.09 |
| HSL | 316.09º | 0.9% | 0.48% | - |
| HSV(B) | 316.09º | 0.95% | 0.91% | - |
| XYZ | 40.95 | 20.44 | 41.32 | - |
| YUV | 96.13 | 171.39 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 173 | 0 | 0.95 | 0.25 | 0.09 | 316.09 | 0.9 | 0.48 |
| Hex | E8 | C | AD | 0 | 5F | 19 | 9 | 13C | 5A | 30 |
| Octal | 350 | 14 | 255 | 0 | 137 | 31 | 11 | 474 | 132 | 60 |
| Binary | 11101000 | 1100 | 10101101 | 0 | 1011111 | 11001 | 1001 | 100111100 | 1011010 | 110000 |
Color Harmonies of #E80CAD
Complementary color
Monochromatic Colors of #E80CAD
Black with #E80CAD
Text Example
Text Example
White with #E80CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80CAD; }
p { color: rgb(232,12,173); }
H1.HeaderClassName
{
color: #E80CAD;
}
.AnyTagClassName
{
color: #E80CAD;
}
</style>
background-color css
<style>
a { background-color: #E80CAD; }
a { background-color: rgb(232,12,173); }
div.DivClassName
{
background-color: #E80CAD;
}
.BgClassName
{
background-color: #E80CAD;
}
</style>
border-color css
<style>
span { border-color: #E80CAD; }
span { border-color: rgb(232,12,173); }
td.TdClassName
{
border-color: #E80CAD;
}
.TagClassName
{
border-color: #E80CAD;
}
</style>