Shades of Hollywood Cerise #EE01AD
Tints of Hollywood Cerise #EE01AD
RGB
CMYK
RGB Variations
Color information
#EE01AD (or 0xEE01AD) is known color: Hollywood Cerise. HEX triplet: EE, 01 and AD. RGB value is (238,1,173). Sum of RGB (Red+Green+Blue) = 238+1+173=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE01AD is #11FE52. Grayscale: #5B5B5B. Windows color (decimal): -1179219 or 11338222. OLE color: 11338222.
HSL color Cylindrical-coordinate representation of color #EE01AD: hue angle of 316.46º 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 #EE01AD is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.07 |
| HSL | 316.46º | 0.99% | 0.47% | - |
| HSV(B) | 316.46º | 1% | 0.93% | - |
| XYZ | 42.81 | 21.22 | 41.37 | - |
| YUV | 91.47 | 174.02 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 173 | 0 | 1.00 | 0.27 | 0.07 | 316.46 | 0.99 | 0.47 |
| Hex | EE | 1 | AD | 0 | 64 | 1B | 7 | 13C | 63 | 2F |
| Octal | 356 | 1 | 255 | 0 | 144 | 33 | 7 | 474 | 143 | 57 |
| Binary | 11101110 | 1 | 10101101 | 0 | 1100100 | 11011 | 111 | 100111100 | 1100011 | 101111 |
Color Harmonies of #EE01AD
Complementary color
Monochromatic Colors of #EE01AD
Black with #EE01AD
Text Example
Text Example
White with #EE01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01AD; }
p { color: rgb(238,1,173); }
H1.HeaderClassName
{
color: #EE01AD;
}
.AnyTagClassName
{
color: #EE01AD;
}
</style>
background-color css
<style>
a { background-color: #EE01AD; }
a { background-color: rgb(238,1,173); }
div.DivClassName
{
background-color: #EE01AD;
}
.BgClassName
{
background-color: #EE01AD;
}
</style>
border-color css
<style>
span { border-color: #EE01AD; }
span { border-color: rgb(238,1,173); }
td.TdClassName
{
border-color: #EE01AD;
}
.TagClassName
{
border-color: #EE01AD;
}
</style>