Shades of Hollywood Cerise #EE058E
Tints of Hollywood Cerise #EE058E
RGB
CMYK
RGB Variations
Color information
#EE058E (or 0xEE058E) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 8E. RGB value is (238,5,142). Sum of RGB (Red+Green+Blue) = 238+5+142=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE058E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE058E is #11FA71. Grayscale: #595959. Windows color (decimal): -1178226 or 9307630. OLE color: 9307630.
HSL color Cylindrical-coordinate representation of color #EE058E: hue angle of 324.72º 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 #EE058E is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 142 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.07 |
| HSL | 324.72º | 0.96% | 0.48% | - |
| HSV(B) | 324.72º | 0.98% | 0.93% | - |
| XYZ | 40.2 | 20.24 | 27.38 | - |
| YUV | 90.29 | 157.19 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 142 | 0 | 0.98 | 0.40 | 0.07 | 324.72 | 0.96 | 0.48 |
| Hex | EE | 5 | 8E | 0 | 62 | 28 | 7 | 145 | 60 | 30 |
| Octal | 356 | 5 | 216 | 0 | 142 | 50 | 7 | 505 | 140 | 60 |
| Binary | 11101110 | 101 | 10001110 | 0 | 1100010 | 101000 | 111 | 101000101 | 1100000 | 110000 |
Color Harmonies of #EE058E
Complementary color
Monochromatic Colors of #EE058E
Black with #EE058E
Text Example
Text Example
White with #EE058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE058E; }
p { color: rgb(238,5,142); }
H1.HeaderClassName
{
color: #EE058E;
}
.AnyTagClassName
{
color: #EE058E;
}
</style>
background-color css
<style>
a { background-color: #EE058E; }
a { background-color: rgb(238,5,142); }
div.DivClassName
{
background-color: #EE058E;
}
.BgClassName
{
background-color: #EE058E;
}
</style>
border-color css
<style>
span { border-color: #EE058E; }
span { border-color: rgb(238,5,142); }
td.TdClassName
{
border-color: #EE058E;
}
.TagClassName
{
border-color: #EE058E;
}
</style>