Shades of Deep Blush #EF778C
Tints of Deep Blush #EF778C
RGB
CMYK
RGB Variations
Color information
#EF778C (or 0xEF778C) is known color: Deep Blush. HEX triplet: EF, 77 and 8C. RGB value is (239,119,140). Sum of RGB (Red+Green+Blue) = 239+119+140=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EF778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF778C is #108873. Grayscale: #9D9D9D. Windows color (decimal): -1083508 or 9205743. OLE color: 9205743.
HSL color Cylindrical-coordinate representation of color #EF778C: hue angle of 349.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF778C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 140 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.06 |
| HSL | 349.5º | 0.79% | 0.7% | - |
| HSV(B) | 349.5º | 0.5% | 0.94% | - |
| XYZ | 46.93 | 33.44 | 28.79 | - |
| YUV | 157.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 140 | 0 | 0.50 | 0.41 | 0.06 | 349.5 | 0.79 | 0.7 |
| Hex | EF | 77 | 8C | 0 | 32 | 29 | 6 | 15E | 4F | 46 |
| Octal | 357 | 167 | 214 | 0 | 62 | 51 | 6 | 536 | 117 | 106 |
| Binary | 11101111 | 1110111 | 10001100 | 0 | 110010 | 101001 | 110 | 101011110 | 1001111 | 1000110 |
Color Harmonies of #EF778C
Complementary color
Monochromatic Colors of #EF778C
Black with #EF778C
Text Example
Text Example
White with #EF778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF778C; }
p { color: rgb(239,119,140); }
H1.HeaderClassName
{
color: #EF778C;
}
.AnyTagClassName
{
color: #EF778C;
}
</style>
background-color css
<style>
a { background-color: #EF778C; }
a { background-color: rgb(239,119,140); }
div.DivClassName
{
background-color: #EF778C;
}
.BgClassName
{
background-color: #EF778C;
}
</style>
border-color css
<style>
span { border-color: #EF778C; }
span { border-color: rgb(239,119,140); }
td.TdClassName
{
border-color: #EF778C;
}
.TagClassName
{
border-color: #EF778C;
}
</style>