Shades of Hollywood Cerise #EE02AC
Tints of Hollywood Cerise #EE02AC
RGB
CMYK
RGB Variations
Color information
#EE02AC (or 0xEE02AC) is known color: Hollywood Cerise. HEX triplet: EE, 02 and AC. RGB value is (238,2,172). Sum of RGB (Red+Green+Blue) = 238+2+172=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 2 (1.17% from 255 or 0.49% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE02AC is #11FD53. Grayscale: #5B5B5B. Windows color (decimal): -1178964 or 11272942. OLE color: 11272942.
HSL color Cylindrical-coordinate representation of color #EE02AC: hue angle of 316.78º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02AC is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.07 |
| HSL | 316.78º | 0.98% | 0.47% | - |
| HSV(B) | 316.78º | 0.99% | 0.93% | - |
| XYZ | 42.73 | 21.2 | 40.87 | - |
| YUV | 91.94 | 173.19 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 172 | 0 | 0.99 | 0.28 | 0.07 | 316.78 | 0.98 | 0.47 |
| Hex | EE | 2 | AC | 0 | 63 | 1C | 7 | 13D | 62 | 2F |
| Octal | 356 | 2 | 254 | 0 | 143 | 34 | 7 | 475 | 142 | 57 |
| Binary | 11101110 | 10 | 10101100 | 0 | 1100011 | 11100 | 111 | 100111101 | 1100010 | 101111 |
Color Harmonies of #EE02AC
Complementary color
Monochromatic Colors of #EE02AC
Black with #EE02AC
Text Example
Text Example
White with #EE02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02AC; }
p { color: rgb(238,2,172); }
H1.HeaderClassName
{
color: #EE02AC;
}
.AnyTagClassName
{
color: #EE02AC;
}
</style>
background-color css
<style>
a { background-color: #EE02AC; }
a { background-color: rgb(238,2,172); }
div.DivClassName
{
background-color: #EE02AC;
}
.BgClassName
{
background-color: #EE02AC;
}
</style>
border-color css
<style>
span { border-color: #EE02AC; }
span { border-color: rgb(238,2,172); }
td.TdClassName
{
border-color: #EE02AC;
}
.TagClassName
{
border-color: #EE02AC;
}
</style>