Shades of Hollywood Cerise #E006AC
Tints of Hollywood Cerise #E006AC
RGB
CMYK
RGB Variations
Color information
#E006AC (or 0xE006AC) is known color: Hollywood Cerise. HEX triplet: E0, 06 and AC. RGB value is (224,6,172). Sum of RGB (Red+Green+Blue) = 224+6+172=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E006AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E006AC is #1FF953. Grayscale: #595959. Windows color (decimal): -2095444 or 11273952. OLE color: 11273952.
HSL color Cylindrical-coordinate representation of color #E006AC: hue angle of 314.31º 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 #E006AC is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.12 |
| HSL | 314.31º | 0.95% | 0.45% | - |
| HSV(B) | 314.31º | 0.97% | 0.88% | - |
| XYZ | 38.25 | 18.96 | 40.67 | - |
| YUV | 90.11 | 174.22 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 172 | 0 | 0.97 | 0.23 | 0.12 | 314.31 | 0.95 | 0.45 |
| Hex | E0 | 6 | AC | 0 | 61 | 17 | C | 13A | 5F | 2D |
| Octal | 340 | 6 | 254 | 0 | 141 | 27 | 14 | 472 | 137 | 55 |
| Binary | 11100000 | 110 | 10101100 | 0 | 1100001 | 10111 | 1100 | 100111010 | 1011111 | 101101 |
Color Harmonies of #E006AC
Complementary color
Monochromatic Colors of #E006AC
Black with #E006AC
Text Example
Text Example
White with #E006AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006AC; }
p { color: rgb(224,6,172); }
H1.HeaderClassName
{
color: #E006AC;
}
.AnyTagClassName
{
color: #E006AC;
}
</style>
background-color css
<style>
a { background-color: #E006AC; }
a { background-color: rgb(224,6,172); }
div.DivClassName
{
background-color: #E006AC;
}
.BgClassName
{
background-color: #E006AC;
}
</style>
border-color css
<style>
span { border-color: #E006AC; }
span { border-color: rgb(224,6,172); }
td.TdClassName
{
border-color: #E006AC;
}
.TagClassName
{
border-color: #E006AC;
}
</style>