Shades of Hollywood Cerise #EE029B
Tints of Hollywood Cerise #EE029B
RGB
CMYK
RGB Variations
Color information
#EE029B (or 0xEE029B) is known color: Hollywood Cerise. HEX triplet: EE, 02 and 9B. RGB value is (238,2,155). Sum of RGB (Red+Green+Blue) = 238+2+155=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE029B is #11FD64. Grayscale: #595959. Windows color (decimal): -1178981 or 10158830. OLE color: 10158830.
HSL color Cylindrical-coordinate representation of color #EE029B: hue angle of 321.1º 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 #EE029B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.07 |
| HSL | 321.1º | 0.98% | 0.47% | - |
| HSV(B) | 321.1º | 0.99% | 0.93% | - |
| XYZ | 41.2 | 20.59 | 32.81 | - |
| YUV | 90.01 | 164.69 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 155 | 0 | 0.99 | 0.35 | 0.07 | 321.1 | 0.98 | 0.47 |
| Hex | EE | 2 | 9B | 0 | 63 | 23 | 7 | 141 | 62 | 2F |
| Octal | 356 | 2 | 233 | 0 | 143 | 43 | 7 | 501 | 142 | 57 |
| Binary | 11101110 | 10 | 10011011 | 0 | 1100011 | 100011 | 111 | 101000001 | 1100010 | 101111 |
Color Harmonies of #EE029B
Complementary color
Monochromatic Colors of #EE029B
Black with #EE029B
Text Example
Text Example
White with #EE029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE029B; }
p { color: rgb(238,2,155); }
H1.HeaderClassName
{
color: #EE029B;
}
.AnyTagClassName
{
color: #EE029B;
}
</style>
background-color css
<style>
a { background-color: #EE029B; }
a { background-color: rgb(238,2,155); }
div.DivClassName
{
background-color: #EE029B;
}
.BgClassName
{
background-color: #EE029B;
}
</style>
border-color css
<style>
span { border-color: #EE029B; }
span { border-color: rgb(238,2,155); }
td.TdClassName
{
border-color: #EE029B;
}
.TagClassName
{
border-color: #EE029B;
}
</style>