Shades of Hollywood Cerise #EE00AC
Tints of Hollywood Cerise #EE00AC
RGB
CMYK
RGB Variations
Color information
#EE00AC (or 0xEE00AC) is known color: Hollywood Cerise. HEX triplet: EE, 00 and AC. RGB value is (238,0,172). Sum of RGB (Red+Green+Blue) = 238+0+172=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE00AC is #11FF53. Grayscale: #5A5A5A. Windows color (decimal): -1179476 or 11272430. OLE color: 11272430.
HSL color Cylindrical-coordinate representation of color #EE00AC: hue angle of 316.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00AC is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.28 | 0.07 |
| HSL | 316.64º | 1% | 0.47% | - |
| HSV(B) | 316.64º | 1% | 0.93% | - |
| XYZ | 42.71 | 21.16 | 40.86 | - |
| YUV | 90.77 | 173.85 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 172 | 0 | 1 | 0.28 | 0.07 | 316.64 | 1 | 0.47 |
| Hex | EE | 0 | AC | 0 | 64 | 1C | 7 | 13D | 64 | 2F |
| Octal | 356 | 0 | 254 | 0 | 144 | 34 | 7 | 475 | 144 | 57 |
| Binary | 11101110 | 0 | 10101100 | 0 | 1100100 | 11100 | 111 | 100111101 | 1100100 | 101111 |
Color Harmonies of #EE00AC
Complementary color
Monochromatic Colors of #EE00AC
Black with #EE00AC
Text Example
Text Example
White with #EE00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00AC; }
p { color: rgb(238,0,172); }
H1.HeaderClassName
{
color: #EE00AC;
}
.AnyTagClassName
{
color: #EE00AC;
}
</style>
background-color css
<style>
a { background-color: #EE00AC; }
a { background-color: rgb(238,0,172); }
div.DivClassName
{
background-color: #EE00AC;
}
.BgClassName
{
background-color: #EE00AC;
}
</style>
border-color css
<style>
span { border-color: #EE00AC; }
span { border-color: rgb(238,0,172); }
td.TdClassName
{
border-color: #EE00AC;
}
.TagClassName
{
border-color: #EE00AC;
}
</style>