Shades of Hollywood Cerise #EE019B
Tints of Hollywood Cerise #EE019B
RGB
CMYK
RGB Variations
Color information
#EE019B (or 0xEE019B) is known color: Hollywood Cerise. HEX triplet: EE, 01 and 9B. RGB value is (238,1,155). Sum of RGB (Red+Green+Blue) = 238+1+155=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE019B is #11FE64. Grayscale: #595959. Windows color (decimal): -1179237 or 10158574. OLE color: 10158574.
HSL color Cylindrical-coordinate representation of color #EE019B: hue angle of 321.01º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE019B is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.35 | 0.07 |
| HSL | 321.01º | 0.99% | 0.47% | - |
| HSV(B) | 321.01º | 1% | 0.93% | - |
| XYZ | 41.19 | 20.57 | 32.81 | - |
| YUV | 89.42 | 165.02 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 155 | 0 | 1.00 | 0.35 | 0.07 | 321.01 | 0.99 | 0.47 |
| Hex | EE | 1 | 9B | 0 | 64 | 23 | 7 | 141 | 63 | 2F |
| Octal | 356 | 1 | 233 | 0 | 144 | 43 | 7 | 501 | 143 | 57 |
| Binary | 11101110 | 1 | 10011011 | 0 | 1100100 | 100011 | 111 | 101000001 | 1100011 | 101111 |
Color Harmonies of #EE019B
Complementary color
Monochromatic Colors of #EE019B
Black with #EE019B
Text Example
Text Example
White with #EE019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE019B; }
p { color: rgb(238,1,155); }
H1.HeaderClassName
{
color: #EE019B;
}
.AnyTagClassName
{
color: #EE019B;
}
</style>
background-color css
<style>
a { background-color: #EE019B; }
a { background-color: rgb(238,1,155); }
div.DivClassName
{
background-color: #EE019B;
}
.BgClassName
{
background-color: #EE019B;
}
</style>
border-color css
<style>
span { border-color: #EE019B; }
span { border-color: rgb(238,1,155); }
td.TdClassName
{
border-color: #EE019B;
}
.TagClassName
{
border-color: #EE019B;
}
</style>