Shades of Hollywood Cerise #EE0B9B
Tints of Hollywood Cerise #EE0B9B
RGB
CMYK
RGB Variations
Color information
#EE0B9B (or 0xEE0B9B) is known color: Hollywood Cerise. HEX triplet: EE, 0B and 9B. RGB value is (238,11,155). Sum of RGB (Red+Green+Blue) = 238+11+155=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0B9B is #11F464. Grayscale: #5E5E5E. Windows color (decimal): -1176677 or 10161134. OLE color: 10161134.
HSL color Cylindrical-coordinate representation of color #EE0B9B: hue angle of 321.94º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0B9B is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 155 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.07 |
| HSL | 321.94º | 0.91% | 0.49% | - |
| HSV(B) | 321.94º | 0.95% | 0.93% | - |
| XYZ | 41.3 | 20.78 | 32.85 | - |
| YUV | 95.29 | 161.71 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 155 | 0 | 0.95 | 0.35 | 0.07 | 321.94 | 0.91 | 0.49 |
| Hex | EE | B | 9B | 0 | 5F | 23 | 7 | 142 | 5B | 31 |
| Octal | 356 | 13 | 233 | 0 | 137 | 43 | 7 | 502 | 133 | 61 |
| Binary | 11101110 | 1011 | 10011011 | 0 | 1011111 | 100011 | 111 | 101000010 | 1011011 | 110001 |
Color Harmonies of #EE0B9B
Complementary color
Monochromatic Colors of #EE0B9B
Black with #EE0B9B
Text Example
Text Example
White with #EE0B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0B9B; }
p { color: rgb(238,11,155); }
H1.HeaderClassName
{
color: #EE0B9B;
}
.AnyTagClassName
{
color: #EE0B9B;
}
</style>
background-color css
<style>
a { background-color: #EE0B9B; }
a { background-color: rgb(238,11,155); }
div.DivClassName
{
background-color: #EE0B9B;
}
.BgClassName
{
background-color: #EE0B9B;
}
</style>
border-color css
<style>
span { border-color: #EE0B9B; }
span { border-color: rgb(238,11,155); }
td.TdClassName
{
border-color: #EE0B9B;
}
.TagClassName
{
border-color: #EE0B9B;
}
</style>