Shades of Hollywood Cerise #EE0498
Tints of Hollywood Cerise #EE0498
RGB
CMYK
RGB Variations
Color information
#EE0498 (or 0xEE0498) is known color: Hollywood Cerise. HEX triplet: EE, 04 and 98. RGB value is (238,4,152). Sum of RGB (Red+Green+Blue) = 238+4+152=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0498 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0498 is #11FB67. Grayscale: #5A5A5A. Windows color (decimal): -1178472 or 9962734. OLE color: 9962734.
HSL color Cylindrical-coordinate representation of color #EE0498: hue angle of 322.05º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0498 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 152 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.07 |
| HSL | 322.05º | 0.97% | 0.47% | - |
| HSV(B) | 322.05º | 0.98% | 0.93% | - |
| XYZ | 40.97 | 20.53 | 31.51 | - |
| YUV | 90.84 | 162.52 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 152 | 0 | 0.98 | 0.36 | 0.07 | 322.05 | 0.97 | 0.47 |
| Hex | EE | 4 | 98 | 0 | 62 | 24 | 7 | 142 | 61 | 2F |
| Octal | 356 | 4 | 230 | 0 | 142 | 44 | 7 | 502 | 141 | 57 |
| Binary | 11101110 | 100 | 10011000 | 0 | 1100010 | 100100 | 111 | 101000010 | 1100001 | 101111 |
Color Harmonies of #EE0498
Complementary color
Monochromatic Colors of #EE0498
Black with #EE0498
Text Example
Text Example
White with #EE0498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0498; }
p { color: rgb(238,4,152); }
H1.HeaderClassName
{
color: #EE0498;
}
.AnyTagClassName
{
color: #EE0498;
}
</style>
background-color css
<style>
a { background-color: #EE0498; }
a { background-color: rgb(238,4,152); }
div.DivClassName
{
background-color: #EE0498;
}
.BgClassName
{
background-color: #EE0498;
}
</style>
border-color css
<style>
span { border-color: #EE0498; }
span { border-color: rgb(238,4,152); }
td.TdClassName
{
border-color: #EE0498;
}
.TagClassName
{
border-color: #EE0498;
}
</style>