Shades of Deep Blush #EC778C
Tints of Deep Blush #EC778C
RGB
CMYK
RGB Variations
Color information
#EC778C (or 0xEC778C) is known color: Deep Blush. HEX triplet: EC, 77 and 8C. RGB value is (236,119,140). Sum of RGB (Red+Green+Blue) = 236+119+140=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC778C is #138873. Grayscale: #9C9C9C. Windows color (decimal): -1280116 or 9205740. OLE color: 9205740.
HSL color Cylindrical-coordinate representation of color #EC778C: hue angle of 349.23º degrees, saturation: 0.75, 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 #EC778C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 140 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.07 |
| HSL | 349.23º | 0.75% | 0.7% | - |
| HSV(B) | 349.23º | 0.5% | 0.93% | - |
| XYZ | 45.92 | 32.92 | 28.74 | - |
| YUV | 156.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 140 | 0 | 0.50 | 0.41 | 0.07 | 349.23 | 0.75 | 0.7 |
| Hex | EC | 77 | 8C | 0 | 32 | 29 | 7 | 15D | 4B | 46 |
| Octal | 354 | 167 | 214 | 0 | 62 | 51 | 7 | 535 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10001100 | 0 | 110010 | 101001 | 111 | 101011101 | 1001011 | 1000110 |
Color Harmonies of #EC778C
Complementary color
Monochromatic Colors of #EC778C
Black with #EC778C
Text Example
Text Example
White with #EC778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC778C; }
p { color: rgb(236,119,140); }
H1.HeaderClassName
{
color: #EC778C;
}
.AnyTagClassName
{
color: #EC778C;
}
</style>
background-color css
<style>
a { background-color: #EC778C; }
a { background-color: rgb(236,119,140); }
div.DivClassName
{
background-color: #EC778C;
}
.BgClassName
{
background-color: #EC778C;
}
</style>
border-color css
<style>
span { border-color: #EC778C; }
span { border-color: rgb(236,119,140); }
td.TdClassName
{
border-color: #EC778C;
}
.TagClassName
{
border-color: #EC778C;
}
</style>