Shades of Hollywood Cerise #EE01A9
Tints of Hollywood Cerise #EE01A9
RGB
CMYK
RGB Variations
Color information
#EE01A9 (or 0xEE01A9) is known color: Hollywood Cerise. HEX triplet: EE, 01 and A9. RGB value is (238,1,169). Sum of RGB (Red+Green+Blue) = 238+1+169=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE01A9 is #11FE56. Grayscale: #5A5A5A. Windows color (decimal): -1179223 or 11076078. OLE color: 11076078.
HSL color Cylindrical-coordinate representation of color #EE01A9: hue angle of 317.47º 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 #EE01A9 is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 169 | - |
| CMYK | 0 | 1.00 | 0.29 | 0.07 |
| HSL | 317.47º | 0.99% | 0.47% | - |
| HSV(B) | 317.47º | 1% | 0.93% | - |
| XYZ | 42.43 | 21.06 | 39.37 | - |
| YUV | 91.02 | 172.02 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 169 | 0 | 1.00 | 0.29 | 0.07 | 317.47 | 0.99 | 0.47 |
| Hex | EE | 1 | A9 | 0 | 64 | 1D | 7 | 13D | 63 | 2F |
| Octal | 356 | 1 | 251 | 0 | 144 | 35 | 7 | 475 | 143 | 57 |
| Binary | 11101110 | 1 | 10101001 | 0 | 1100100 | 11101 | 111 | 100111101 | 1100011 | 101111 |
Color Harmonies of #EE01A9
Complementary color
Monochromatic Colors of #EE01A9
Black with #EE01A9
Text Example
Text Example
White with #EE01A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01A9; }
p { color: rgb(238,1,169); }
H1.HeaderClassName
{
color: #EE01A9;
}
.AnyTagClassName
{
color: #EE01A9;
}
</style>
background-color css
<style>
a { background-color: #EE01A9; }
a { background-color: rgb(238,1,169); }
div.DivClassName
{
background-color: #EE01A9;
}
.BgClassName
{
background-color: #EE01A9;
}
</style>
border-color css
<style>
span { border-color: #EE01A9; }
span { border-color: rgb(238,1,169); }
td.TdClassName
{
border-color: #EE01A9;
}
.TagClassName
{
border-color: #EE01A9;
}
</style>