Shades of Hollywood Cerise #EE069F
Tints of Hollywood Cerise #EE069F
RGB
CMYK
RGB Variations
Color information
#EE069F (or 0xEE069F) is known color: Hollywood Cerise. HEX triplet: EE, 06 and 9F. RGB value is (238,6,159). Sum of RGB (Red+Green+Blue) = 238+6+159=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE069F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE069F is #11F960. Grayscale: #5C5C5C. Windows color (decimal): -1177953 or 10421998. OLE color: 10421998.
HSL color Cylindrical-coordinate representation of color #EE069F: hue angle of 320.43º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE069F is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 159 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.07 |
| HSL | 320.43º | 0.95% | 0.48% | - |
| HSV(B) | 320.43º | 0.97% | 0.93% | - |
| XYZ | 41.58 | 20.81 | 34.63 | - |
| YUV | 92.81 | 165.36 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 159 | 0 | 0.97 | 0.33 | 0.07 | 320.43 | 0.95 | 0.48 |
| Hex | EE | 6 | 9F | 0 | 61 | 21 | 7 | 140 | 5F | 30 |
| Octal | 356 | 6 | 237 | 0 | 141 | 41 | 7 | 500 | 137 | 60 |
| Binary | 11101110 | 110 | 10011111 | 0 | 1100001 | 100001 | 111 | 101000000 | 1011111 | 110000 |
Color Harmonies of #EE069F
Complementary color
Monochromatic Colors of #EE069F
Black with #EE069F
Text Example
Text Example
White with #EE069F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE069F; }
p { color: rgb(238,6,159); }
H1.HeaderClassName
{
color: #EE069F;
}
.AnyTagClassName
{
color: #EE069F;
}
</style>
background-color css
<style>
a { background-color: #EE069F; }
a { background-color: rgb(238,6,159); }
div.DivClassName
{
background-color: #EE069F;
}
.BgClassName
{
background-color: #EE069F;
}
</style>
border-color css
<style>
span { border-color: #EE069F; }
span { border-color: rgb(238,6,159); }
td.TdClassName
{
border-color: #EE069F;
}
.TagClassName
{
border-color: #EE069F;
}
</style>