Shades of Hollywood Cerise #EE01AF
Tints of Hollywood Cerise #EE01AF
RGB
CMYK
RGB Variations
Color information
#EE01AF (or 0xEE01AF) is known color: Hollywood Cerise. HEX triplet: EE, 01 and AF. RGB value is (238,1,175). Sum of RGB (Red+Green+Blue) = 238+1+175=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE01AF is #11FE50. Grayscale: #5B5B5B. Windows color (decimal): -1179217 or 11469294. OLE color: 11469294.
HSL color Cylindrical-coordinate representation of color #EE01AF: hue angle of 315.95º 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 #EE01AF is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.07 |
| HSL | 315.95º | 0.99% | 0.47% | - |
| HSV(B) | 315.95º | 1% | 0.93% | - |
| XYZ | 43.01 | 21.29 | 42.4 | - |
| YUV | 91.7 | 175.02 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 175 | 0 | 1.00 | 0.26 | 0.07 | 315.95 | 0.99 | 0.47 |
| Hex | EE | 1 | AF | 0 | 64 | 1A | 7 | 13C | 63 | 2F |
| Octal | 356 | 1 | 257 | 0 | 144 | 32 | 7 | 474 | 143 | 57 |
| Binary | 11101110 | 1 | 10101111 | 0 | 1100100 | 11010 | 111 | 100111100 | 1100011 | 101111 |
Color Harmonies of #EE01AF
Complementary color
Monochromatic Colors of #EE01AF
Black with #EE01AF
Text Example
Text Example
White with #EE01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01AF; }
p { color: rgb(238,1,175); }
H1.HeaderClassName
{
color: #EE01AF;
}
.AnyTagClassName
{
color: #EE01AF;
}
</style>
background-color css
<style>
a { background-color: #EE01AF; }
a { background-color: rgb(238,1,175); }
div.DivClassName
{
background-color: #EE01AF;
}
.BgClassName
{
background-color: #EE01AF;
}
</style>
border-color css
<style>
span { border-color: #EE01AF; }
span { border-color: rgb(238,1,175); }
td.TdClassName
{
border-color: #EE01AF;
}
.TagClassName
{
border-color: #EE01AF;
}
</style>