Shades of Hollywood Cerise #EE05A6
Tints of Hollywood Cerise #EE05A6
RGB
CMYK
RGB Variations
Color information
#EE05A6 (or 0xEE05A6) is known color: Hollywood Cerise. HEX triplet: EE, 05 and A6. RGB value is (238,5,166). Sum of RGB (Red+Green+Blue) = 238+5+166=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05A6 is #11FA59. Grayscale: #5C5C5C. Windows color (decimal): -1178202 or 10880494. OLE color: 10880494.
HSL color Cylindrical-coordinate representation of color #EE05A6: hue angle of 318.54º 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 #EE05A6 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 166 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.07 |
| HSL | 318.54º | 0.96% | 0.48% | - |
| HSV(B) | 318.54º | 0.98% | 0.93% | - |
| XYZ | 42.2 | 21.04 | 37.91 | - |
| YUV | 93.02 | 169.19 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 166 | 0 | 0.98 | 0.30 | 0.07 | 318.54 | 0.96 | 0.48 |
| Hex | EE | 5 | A6 | 0 | 62 | 1E | 7 | 13F | 60 | 30 |
| Octal | 356 | 5 | 246 | 0 | 142 | 36 | 7 | 477 | 140 | 60 |
| Binary | 11101110 | 101 | 10100110 | 0 | 1100010 | 11110 | 111 | 100111111 | 1100000 | 110000 |
Color Harmonies of #EE05A6
Complementary color
Monochromatic Colors of #EE05A6
Black with #EE05A6
Text Example
Text Example
White with #EE05A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05A6; }
p { color: rgb(238,5,166); }
H1.HeaderClassName
{
color: #EE05A6;
}
.AnyTagClassName
{
color: #EE05A6;
}
</style>
background-color css
<style>
a { background-color: #EE05A6; }
a { background-color: rgb(238,5,166); }
div.DivClassName
{
background-color: #EE05A6;
}
.BgClassName
{
background-color: #EE05A6;
}
</style>
border-color css
<style>
span { border-color: #EE05A6; }
span { border-color: rgb(238,5,166); }
td.TdClassName
{
border-color: #EE05A6;
}
.TagClassName
{
border-color: #EE05A6;
}
</style>