Shades of Hollywood Cerise #EE05A2
Tints of Hollywood Cerise #EE05A2
RGB
CMYK
RGB Variations
Color information
#EE05A2 (or 0xEE05A2) is known color: Hollywood Cerise. HEX triplet: EE, 05 and A2. RGB value is (238,5,162). Sum of RGB (Red+Green+Blue) = 238+5+162=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05A2 is #11FA5D. Grayscale: #5C5C5C. Windows color (decimal): -1178206 or 10618350. OLE color: 10618350.
HSL color Cylindrical-coordinate representation of color #EE05A2: hue angle of 319.57º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05A2 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 162 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.07 |
| HSL | 319.57º | 0.96% | 0.48% | - |
| HSV(B) | 319.57º | 0.98% | 0.93% | - |
| XYZ | 41.84 | 20.89 | 36.01 | - |
| YUV | 92.57 | 167.19 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 162 | 0 | 0.98 | 0.32 | 0.07 | 319.57 | 0.96 | 0.48 |
| Hex | EE | 5 | A2 | 0 | 62 | 20 | 7 | 140 | 60 | 30 |
| Octal | 356 | 5 | 242 | 0 | 142 | 40 | 7 | 500 | 140 | 60 |
| Binary | 11101110 | 101 | 10100010 | 0 | 1100010 | 100000 | 111 | 101000000 | 1100000 | 110000 |
Color Harmonies of #EE05A2
Complementary color
Monochromatic Colors of #EE05A2
Black with #EE05A2
Text Example
Text Example
White with #EE05A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05A2; }
p { color: rgb(238,5,162); }
H1.HeaderClassName
{
color: #EE05A2;
}
.AnyTagClassName
{
color: #EE05A2;
}
</style>
background-color css
<style>
a { background-color: #EE05A2; }
a { background-color: rgb(238,5,162); }
div.DivClassName
{
background-color: #EE05A2;
}
.BgClassName
{
background-color: #EE05A2;
}
</style>
border-color css
<style>
span { border-color: #EE05A2; }
span { border-color: rgb(238,5,162); }
td.TdClassName
{
border-color: #EE05A2;
}
.TagClassName
{
border-color: #EE05A2;
}
</style>