Shades of Hollywood Cerise #EE058D
Tints of Hollywood Cerise #EE058D
RGB
CMYK
RGB Variations
Color information
#EE058D (or 0xEE058D) is known color: Hollywood Cerise. HEX triplet: EE, 05 and 8D. RGB value is (238,5,141). Sum of RGB (Red+Green+Blue) = 238+5+141=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE058D is #11FA72. Grayscale: #595959. Windows color (decimal): -1178227 or 9242094. OLE color: 9242094.
HSL color Cylindrical-coordinate representation of color #EE058D: hue angle of 324.98º 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 #EE058D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.07 |
| HSL | 324.98º | 0.96% | 0.48% | - |
| HSV(B) | 324.98º | 0.98% | 0.93% | - |
| XYZ | 40.12 | 20.21 | 26.99 | - |
| YUV | 90.17 | 156.69 | 233.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 141 | 0 | 0.98 | 0.41 | 0.07 | 324.98 | 0.96 | 0.48 |
| Hex | EE | 5 | 8D | 0 | 62 | 29 | 7 | 145 | 60 | 30 |
| Octal | 356 | 5 | 215 | 0 | 142 | 51 | 7 | 505 | 140 | 60 |
| Binary | 11101110 | 101 | 10001101 | 0 | 1100010 | 101001 | 111 | 101000101 | 1100000 | 110000 |
Color Harmonies of #EE058D
Complementary color
Monochromatic Colors of #EE058D
Black with #EE058D
Text Example
Text Example
White with #EE058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE058D; }
p { color: rgb(238,5,141); }
H1.HeaderClassName
{
color: #EE058D;
}
.AnyTagClassName
{
color: #EE058D;
}
</style>
background-color css
<style>
a { background-color: #EE058D; }
a { background-color: rgb(238,5,141); }
div.DivClassName
{
background-color: #EE058D;
}
.BgClassName
{
background-color: #EE058D;
}
</style>
border-color css
<style>
span { border-color: #EE058D; }
span { border-color: rgb(238,5,141); }
td.TdClassName
{
border-color: #EE058D;
}
.TagClassName
{
border-color: #EE058D;
}
</style>