Shades of Hollywood Cerise #EE069D
Tints of Hollywood Cerise #EE069D
RGB
CMYK
RGB Variations
Color information
#EE069D (or 0xEE069D) is known color: Hollywood Cerise. HEX triplet: EE, 06 and 9D. RGB value is (238,6,157). Sum of RGB (Red+Green+Blue) = 238+6+157=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE069D is #11F962. Grayscale: #5C5C5C. Windows color (decimal): -1177955 or 10290926. OLE color: 10290926.
HSL color Cylindrical-coordinate representation of color #EE069D: hue angle of 320.95º 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 #EE069D is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.07 |
| HSL | 320.95º | 0.95% | 0.48% | - |
| HSV(B) | 320.95º | 0.97% | 0.93% | - |
| XYZ | 41.41 | 20.74 | 33.72 | - |
| YUV | 92.58 | 164.36 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 6 | 157 | 0 | 0.97 | 0.34 | 0.07 | 320.95 | 0.95 | 0.48 |
| Hex | EE | 6 | 9D | 0 | 61 | 22 | 7 | 141 | 5F | 30 |
| Octal | 356 | 6 | 235 | 0 | 141 | 42 | 7 | 501 | 137 | 60 |
| Binary | 11101110 | 110 | 10011101 | 0 | 1100001 | 100010 | 111 | 101000001 | 1011111 | 110000 |
Color Harmonies of #EE069D
Complementary color
Monochromatic Colors of #EE069D
Black with #EE069D
Text Example
Text Example
White with #EE069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE069D; }
p { color: rgb(238,6,157); }
H1.HeaderClassName
{
color: #EE069D;
}
.AnyTagClassName
{
color: #EE069D;
}
</style>
background-color css
<style>
a { background-color: #EE069D; }
a { background-color: rgb(238,6,157); }
div.DivClassName
{
background-color: #EE069D;
}
.BgClassName
{
background-color: #EE069D;
}
</style>
border-color css
<style>
span { border-color: #EE069D; }
span { border-color: rgb(238,6,157); }
td.TdClassName
{
border-color: #EE069D;
}
.TagClassName
{
border-color: #EE069D;
}
</style>