Shades of Hollywood Cerise #EE0594
Tints of Hollywood Cerise #EE0594
RGB
CMYK
RGB Variations
Color information
#EE0594 (or 0xEE0594) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 94. RGB value is (238,5,148). Sum of RGB (Red+Green+Blue) = 238+5+148=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0594 is #11FA6B. Grayscale: #5A5A5A. Windows color (decimal): -1178220 or 9700846. OLE color: 9700846.
HSL color Cylindrical-coordinate representation of color #EE0594: hue angle of 323.18º 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 #EE0594 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.07 |
| HSL | 323.18º | 0.96% | 0.48% | - |
| HSV(B) | 323.18º | 0.98% | 0.93% | - |
| XYZ | 40.66 | 20.42 | 29.82 | - |
| YUV | 90.97 | 160.19 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 148 | 0 | 0.98 | 0.38 | 0.07 | 323.18 | 0.96 | 0.48 |
| Hex | EE | 5 | 94 | 0 | 62 | 26 | 7 | 143 | 60 | 30 |
| Octal | 356 | 5 | 224 | 0 | 142 | 46 | 7 | 503 | 140 | 60 |
| Binary | 11101110 | 101 | 10010100 | 0 | 1100010 | 100110 | 111 | 101000011 | 1100000 | 110000 |
Color Harmonies of #EE0594
Complementary color
Monochromatic Colors of #EE0594
Black with #EE0594
Text Example
Text Example
White with #EE0594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0594; }
p { color: rgb(238,5,148); }
H1.HeaderClassName
{
color: #EE0594;
}
.AnyTagClassName
{
color: #EE0594;
}
</style>
background-color css
<style>
a { background-color: #EE0594; }
a { background-color: rgb(238,5,148); }
div.DivClassName
{
background-color: #EE0594;
}
.BgClassName
{
background-color: #EE0594;
}
</style>
border-color css
<style>
span { border-color: #EE0594; }
span { border-color: rgb(238,5,148); }
td.TdClassName
{
border-color: #EE0594;
}
.TagClassName
{
border-color: #EE0594;
}
</style>