Shades of Hollywood Cerise #EE05AD
Tints of Hollywood Cerise #EE05AD
RGB
CMYK
RGB Variations
Color information
#EE05AD (or 0xEE05AD) is known color: Hollywood Cerise. HEX triplet: EE, 05 and AD. RGB value is (238,5,173). Sum of RGB (Red+Green+Blue) = 238+5+173=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE05AD is #11FA52. Grayscale: #5D5D5D. Windows color (decimal): -1178195 or 11339246. OLE color: 11339246.
HSL color Cylindrical-coordinate representation of color #EE05AD: hue angle of 316.74º 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 #EE05AD is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.07 |
| HSL | 316.74º | 0.96% | 0.48% | - |
| HSV(B) | 316.74º | 0.98% | 0.93% | - |
| XYZ | 42.86 | 21.3 | 41.39 | - |
| YUV | 93.82 | 172.69 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 173 | 0 | 0.98 | 0.27 | 0.07 | 316.74 | 0.96 | 0.48 |
| Hex | EE | 5 | AD | 0 | 62 | 1B | 7 | 13D | 60 | 30 |
| Octal | 356 | 5 | 255 | 0 | 142 | 33 | 7 | 475 | 140 | 60 |
| Binary | 11101110 | 101 | 10101101 | 0 | 1100010 | 11011 | 111 | 100111101 | 1100000 | 110000 |
Color Harmonies of #EE05AD
Complementary color
Monochromatic Colors of #EE05AD
Black with #EE05AD
Text Example
Text Example
White with #EE05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05AD; }
p { color: rgb(238,5,173); }
H1.HeaderClassName
{
color: #EE05AD;
}
.AnyTagClassName
{
color: #EE05AD;
}
</style>
background-color css
<style>
a { background-color: #EE05AD; }
a { background-color: rgb(238,5,173); }
div.DivClassName
{
background-color: #EE05AD;
}
.BgClassName
{
background-color: #EE05AD;
}
</style>
border-color css
<style>
span { border-color: #EE05AD; }
span { border-color: rgb(238,5,173); }
td.TdClassName
{
border-color: #EE05AD;
}
.TagClassName
{
border-color: #EE05AD;
}
</style>