Shades of Hollywood Cerise #E005AC
Tints of Hollywood Cerise #E005AC
RGB
CMYK
RGB Variations
Color information
#E005AC (or 0xE005AC) is known color: Hollywood Cerise. HEX triplet: E0, 05 and AC. RGB value is (224,5,172). Sum of RGB (Red+Green+Blue) = 224+5+172=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E005AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E005AC is #1FFA53. Grayscale: #595959. Windows color (decimal): -2095700 or 11273696. OLE color: 11273696.
HSL color Cylindrical-coordinate representation of color #E005AC: hue angle of 314.25º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005AC is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.12 |
| HSL | 314.25º | 0.96% | 0.45% | - |
| HSV(B) | 314.25º | 0.98% | 0.88% | - |
| XYZ | 38.24 | 18.93 | 40.67 | - |
| YUV | 89.52 | 174.55 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 172 | 0 | 0.98 | 0.23 | 0.12 | 314.25 | 0.96 | 0.45 |
| Hex | E0 | 5 | AC | 0 | 62 | 17 | C | 13A | 60 | 2D |
| Octal | 340 | 5 | 254 | 0 | 142 | 27 | 14 | 472 | 140 | 55 |
| Binary | 11100000 | 101 | 10101100 | 0 | 1100010 | 10111 | 1100 | 100111010 | 1100000 | 101101 |
Color Harmonies of #E005AC
Complementary color
Monochromatic Colors of #E005AC
Black with #E005AC
Text Example
Text Example
White with #E005AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005AC; }
p { color: rgb(224,5,172); }
H1.HeaderClassName
{
color: #E005AC;
}
.AnyTagClassName
{
color: #E005AC;
}
</style>
background-color css
<style>
a { background-color: #E005AC; }
a { background-color: rgb(224,5,172); }
div.DivClassName
{
background-color: #E005AC;
}
.BgClassName
{
background-color: #E005AC;
}
</style>
border-color css
<style>
span { border-color: #E005AC; }
span { border-color: rgb(224,5,172); }
td.TdClassName
{
border-color: #E005AC;
}
.TagClassName
{
border-color: #E005AC;
}
</style>