Shades of Hollywood Cerise #E805AC
Tints of Hollywood Cerise #E805AC
RGB
CMYK
RGB Variations
Color information
#E805AC (or 0xE805AC) is known color: Hollywood Cerise. HEX triplet: E8, 05 and AC. RGB value is (232,5,172). Sum of RGB (Red+Green+Blue) = 232+5+172=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E805AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E805AC is #17FA53. Grayscale: #5B5B5B. Windows color (decimal): -1571412 or 11273704. OLE color: 11273704.
HSL color Cylindrical-coordinate representation of color #E805AC: hue angle of 315.86º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805AC is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.09 |
| HSL | 315.86º | 0.96% | 0.46% | - |
| HSV(B) | 315.86º | 0.98% | 0.91% | - |
| XYZ | 40.78 | 20.24 | 40.79 | - |
| YUV | 91.91 | 173.21 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 172 | 0 | 0.98 | 0.26 | 0.09 | 315.86 | 0.96 | 0.46 |
| Hex | E8 | 5 | AC | 0 | 62 | 1A | 9 | 13C | 60 | 2E |
| Octal | 350 | 5 | 254 | 0 | 142 | 32 | 11 | 474 | 140 | 56 |
| Binary | 11101000 | 101 | 10101100 | 0 | 1100010 | 11010 | 1001 | 100111100 | 1100000 | 101110 |
Color Harmonies of #E805AC
Complementary color
Monochromatic Colors of #E805AC
Black with #E805AC
Text Example
Text Example
White with #E805AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805AC; }
p { color: rgb(232,5,172); }
H1.HeaderClassName
{
color: #E805AC;
}
.AnyTagClassName
{
color: #E805AC;
}
</style>
background-color css
<style>
a { background-color: #E805AC; }
a { background-color: rgb(232,5,172); }
div.DivClassName
{
background-color: #E805AC;
}
.BgClassName
{
background-color: #E805AC;
}
</style>
border-color css
<style>
span { border-color: #E805AC; }
span { border-color: rgb(232,5,172); }
td.TdClassName
{
border-color: #E805AC;
}
.TagClassName
{
border-color: #E805AC;
}
</style>