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