Shades of Hollywood Cerise #EE039C
Tints of Hollywood Cerise #EE039C
RGB
CMYK
RGB Variations
Color information
#EE039C (or 0xEE039C) is known color: Hollywood Cerise. HEX triplet: EE, 03 and 9C. RGB value is (238,3,156). Sum of RGB (Red+Green+Blue) = 238+3+156=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE039C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE039C is #11FC63. Grayscale: #5A5A5A. Windows color (decimal): -1178724 or 10224622. OLE color: 10224622.
HSL color Cylindrical-coordinate representation of color #EE039C: hue angle of 320.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE039C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 156 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.07 |
| HSL | 320.94º | 0.98% | 0.47% | - |
| HSV(B) | 320.94º | 0.99% | 0.93% | - |
| XYZ | 41.29 | 20.64 | 33.26 | - |
| YUV | 90.71 | 164.86 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 156 | 0 | 0.99 | 0.34 | 0.07 | 320.94 | 0.98 | 0.47 |
| Hex | EE | 3 | 9C | 0 | 63 | 22 | 7 | 141 | 62 | 2F |
| Octal | 356 | 3 | 234 | 0 | 143 | 42 | 7 | 501 | 142 | 57 |
| Binary | 11101110 | 11 | 10011100 | 0 | 1100011 | 100010 | 111 | 101000001 | 1100010 | 101111 |
Color Harmonies of #EE039C
Complementary color
Monochromatic Colors of #EE039C
Black with #EE039C
Text Example
Text Example
White with #EE039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE039C; }
p { color: rgb(238,3,156); }
H1.HeaderClassName
{
color: #EE039C;
}
.AnyTagClassName
{
color: #EE039C;
}
</style>
background-color css
<style>
a { background-color: #EE039C; }
a { background-color: rgb(238,3,156); }
div.DivClassName
{
background-color: #EE039C;
}
.BgClassName
{
background-color: #EE039C;
}
</style>
border-color css
<style>
span { border-color: #EE039C; }
span { border-color: rgb(238,3,156); }
td.TdClassName
{
border-color: #EE039C;
}
.TagClassName
{
border-color: #EE039C;
}
</style>