Shades of Hollywood Cerise #EE0FAF
Tints of Hollywood Cerise #EE0FAF
RGB
CMYK
RGB Variations
Color information
#EE0FAF (or 0xEE0FAF) is known color: Hollywood Cerise. HEX triplet: EE, 0F and AF. RGB value is (238,15,175). Sum of RGB (Red+Green+Blue) = 238+15+175=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0FAF is #11F050. Grayscale: #636363. Windows color (decimal): -1175633 or 11472878. OLE color: 11472878.
HSL color Cylindrical-coordinate representation of color #EE0FAF: hue angle of 316.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FAF is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 175 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.07 |
| HSL | 316.95º | 0.88% | 0.5% | - |
| HSV(B) | 316.95º | 0.94% | 0.93% | - |
| XYZ | 43.17 | 21.61 | 42.45 | - |
| YUV | 99.92 | 170.38 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 175 | 0 | 0.94 | 0.26 | 0.07 | 316.95 | 0.88 | 0.5 |
| Hex | EE | F | AF | 0 | 5E | 1A | 7 | 13D | 58 | 32 |
| Octal | 356 | 17 | 257 | 0 | 136 | 32 | 7 | 475 | 130 | 62 |
| Binary | 11101110 | 1111 | 10101111 | 0 | 1011110 | 11010 | 111 | 100111101 | 1011000 | 110010 |
Color Harmonies of #EE0FAF
Complementary color
Monochromatic Colors of #EE0FAF
Black with #EE0FAF
Text Example
Text Example
White with #EE0FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0FAF; }
p { color: rgb(238,15,175); }
H1.HeaderClassName
{
color: #EE0FAF;
}
.AnyTagClassName
{
color: #EE0FAF;
}
</style>
background-color css
<style>
a { background-color: #EE0FAF; }
a { background-color: rgb(238,15,175); }
div.DivClassName
{
background-color: #EE0FAF;
}
.BgClassName
{
background-color: #EE0FAF;
}
</style>
border-color css
<style>
span { border-color: #EE0FAF; }
span { border-color: rgb(238,15,175); }
td.TdClassName
{
border-color: #EE0FAF;
}
.TagClassName
{
border-color: #EE0FAF;
}
</style>