Shades of Hollywood Cerise #EE05AF
Tints of Hollywood Cerise #EE05AF
RGB
CMYK
RGB Variations
Color information
#EE05AF (or 0xEE05AF) is known color: Hollywood Cerise. HEX triplet: EE, 05 and AF. RGB value is (238,5,175). Sum of RGB (Red+Green+Blue) = 238+5+175=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05AF is #11FA50. Grayscale: #5D5D5D. Windows color (decimal): -1178193 or 11470318. OLE color: 11470318.
HSL color Cylindrical-coordinate representation of color #EE05AF: hue angle of 316.22º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05AF is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.07 |
| HSL | 316.22º | 0.96% | 0.48% | - |
| HSV(B) | 316.22º | 0.98% | 0.93% | - |
| XYZ | 43.05 | 21.38 | 42.42 | - |
| YUV | 94.05 | 173.69 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 175 | 0 | 0.98 | 0.26 | 0.07 | 316.22 | 0.96 | 0.48 |
| Hex | EE | 5 | AF | 0 | 62 | 1A | 7 | 13C | 60 | 30 |
| Octal | 356 | 5 | 257 | 0 | 142 | 32 | 7 | 474 | 140 | 60 |
| Binary | 11101110 | 101 | 10101111 | 0 | 1100010 | 11010 | 111 | 100111100 | 1100000 | 110000 |
Color Harmonies of #EE05AF
Complementary color
Monochromatic Colors of #EE05AF
Black with #EE05AF
Text Example
Text Example
White with #EE05AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05AF; }
p { color: rgb(238,5,175); }
H1.HeaderClassName
{
color: #EE05AF;
}
.AnyTagClassName
{
color: #EE05AF;
}
</style>
background-color css
<style>
a { background-color: #EE05AF; }
a { background-color: rgb(238,5,175); }
div.DivClassName
{
background-color: #EE05AF;
}
.BgClassName
{
background-color: #EE05AF;
}
</style>
border-color css
<style>
span { border-color: #EE05AF; }
span { border-color: rgb(238,5,175); }
td.TdClassName
{
border-color: #EE05AF;
}
.TagClassName
{
border-color: #EE05AF;
}
</style>