Shades of Hollywood Cerise #EE02AF
Tints of Hollywood Cerise #EE02AF
RGB
CMYK
RGB Variations
Color information
#EE02AF (or 0xEE02AF) is known color: Hollywood Cerise. HEX triplet: EE, 02 and AF. RGB value is (238,2,175). Sum of RGB (Red+Green+Blue) = 238+2+175=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE02AF is #11FD50. Grayscale: #5B5B5B. Windows color (decimal): -1178961 or 11469550. OLE color: 11469550.
HSL color Cylindrical-coordinate representation of color #EE02AF: hue angle of 316.02º 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 #EE02AF is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 175 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.07 |
| HSL | 316.02º | 0.98% | 0.47% | - |
| HSV(B) | 316.02º | 0.99% | 0.93% | - |
| XYZ | 43.02 | 21.32 | 42.4 | - |
| YUV | 92.29 | 174.69 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 175 | 0 | 0.99 | 0.26 | 0.07 | 316.02 | 0.98 | 0.47 |
| Hex | EE | 2 | AF | 0 | 63 | 1A | 7 | 13C | 62 | 2F |
| Octal | 356 | 2 | 257 | 0 | 143 | 32 | 7 | 474 | 142 | 57 |
| Binary | 11101110 | 10 | 10101111 | 0 | 1100011 | 11010 | 111 | 100111100 | 1100010 | 101111 |
Color Harmonies of #EE02AF
Complementary color
Monochromatic Colors of #EE02AF
Black with #EE02AF
Text Example
Text Example
White with #EE02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02AF; }
p { color: rgb(238,2,175); }
H1.HeaderClassName
{
color: #EE02AF;
}
.AnyTagClassName
{
color: #EE02AF;
}
</style>
background-color css
<style>
a { background-color: #EE02AF; }
a { background-color: rgb(238,2,175); }
div.DivClassName
{
background-color: #EE02AF;
}
.BgClassName
{
background-color: #EE02AF;
}
</style>
border-color css
<style>
span { border-color: #EE02AF; }
span { border-color: rgb(238,2,175); }
td.TdClassName
{
border-color: #EE02AF;
}
.TagClassName
{
border-color: #EE02AF;
}
</style>