Shades of Hollywood Cerise #EE058C
Tints of Hollywood Cerise #EE058C
RGB
CMYK
RGB Variations
Color information
#EE058C (or 0xEE058C) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 8C. RGB value is (238,5,140). Sum of RGB (Red+Green+Blue) = 238+5+140=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE058C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE058C is #11FA73. Grayscale: #595959. Windows color (decimal): -1178228 or 9176558. OLE color: 9176558.
HSL color Cylindrical-coordinate representation of color #EE058C: hue angle of 325.24º 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 #EE058C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.07 |
| HSL | 325.24º | 0.96% | 0.48% | - |
| HSV(B) | 325.24º | 0.98% | 0.93% | - |
| XYZ | 40.05 | 20.18 | 26.6 | - |
| YUV | 90.06 | 156.19 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 140 | 0 | 0.98 | 0.41 | 0.07 | 325.24 | 0.96 | 0.48 |
| Hex | EE | 5 | 8C | 0 | 62 | 29 | 7 | 145 | 60 | 30 |
| Octal | 356 | 5 | 214 | 0 | 142 | 51 | 7 | 505 | 140 | 60 |
| Binary | 11101110 | 101 | 10001100 | 0 | 1100010 | 101001 | 111 | 101000101 | 1100000 | 110000 |
Color Harmonies of #EE058C
Complementary color
Monochromatic Colors of #EE058C
Black with #EE058C
Text Example
Text Example
White with #EE058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE058C; }
p { color: rgb(238,5,140); }
H1.HeaderClassName
{
color: #EE058C;
}
.AnyTagClassName
{
color: #EE058C;
}
</style>
background-color css
<style>
a { background-color: #EE058C; }
a { background-color: rgb(238,5,140); }
div.DivClassName
{
background-color: #EE058C;
}
.BgClassName
{
background-color: #EE058C;
}
</style>
border-color css
<style>
span { border-color: #EE058C; }
span { border-color: rgb(238,5,140); }
td.TdClassName
{
border-color: #EE058C;
}
.TagClassName
{
border-color: #EE058C;
}
</style>