Shades of Deep Blush #EE778C
Tints of Deep Blush #EE778C
RGB
CMYK
RGB Variations
Color information
#EE778C (or 0xEE778C) is known color: Deep Blush. HEX triplet: EE, 77 and 8C. RGB value is (238,119,140). Sum of RGB (Red+Green+Blue) = 238+119+140=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE778C is #118873. Grayscale: #9D9D9D. Windows color (decimal): -1149044 or 9205742. OLE color: 9205742.
HSL color Cylindrical-coordinate representation of color #EE778C: hue angle of 349.41º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE778C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 140 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.07 |
| HSL | 349.41º | 0.78% | 0.7% | - |
| HSV(B) | 349.41º | 0.5% | 0.93% | - |
| XYZ | 46.59 | 33.26 | 28.78 | - |
| YUV | 156.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 140 | 0 | 0.50 | 0.41 | 0.07 | 349.41 | 0.78 | 0.7 |
| Hex | EE | 77 | 8C | 0 | 32 | 29 | 7 | 15D | 4E | 46 |
| Octal | 356 | 167 | 214 | 0 | 62 | 51 | 7 | 535 | 116 | 106 |
| Binary | 11101110 | 1110111 | 10001100 | 0 | 110010 | 101001 | 111 | 101011101 | 1001110 | 1000110 |
Color Harmonies of #EE778C
Complementary color
Monochromatic Colors of #EE778C
Black with #EE778C
Text Example
Text Example
White with #EE778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE778C; }
p { color: rgb(238,119,140); }
H1.HeaderClassName
{
color: #EE778C;
}
.AnyTagClassName
{
color: #EE778C;
}
</style>
background-color css
<style>
a { background-color: #EE778C; }
a { background-color: rgb(238,119,140); }
div.DivClassName
{
background-color: #EE778C;
}
.BgClassName
{
background-color: #EE778C;
}
</style>
border-color css
<style>
span { border-color: #EE778C; }
span { border-color: rgb(238,119,140); }
td.TdClassName
{
border-color: #EE778C;
}
.TagClassName
{
border-color: #EE778C;
}
</style>