Shades of Deep Blush #EC778D
Tints of Deep Blush #EC778D
RGB
CMYK
RGB Variations
Color information
#EC778D (or 0xEC778D) is known color: Deep Blush. HEX triplet: EC, 77 and 8D. RGB value is (236,119,141). Sum of RGB (Red+Green+Blue) = 236+119+141=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC778D is #138872. Grayscale: #9C9C9C. Windows color (decimal): -1280115 or 9271276. OLE color: 9271276.
HSL color Cylindrical-coordinate representation of color #EC778D: hue angle of 348.72º 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 #EC778D is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 141 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.07 |
| HSL | 348.72º | 0.75% | 0.7% | - |
| HSV(B) | 348.72º | 0.5% | 0.93% | - |
| XYZ | 46 | 32.95 | 29.13 | - |
| YUV | 156.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 141 | 0 | 0.50 | 0.40 | 0.07 | 348.72 | 0.75 | 0.7 |
| Hex | EC | 77 | 8D | 0 | 32 | 28 | 7 | 15D | 4B | 46 |
| Octal | 354 | 167 | 215 | 0 | 62 | 50 | 7 | 535 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10001101 | 0 | 110010 | 101000 | 111 | 101011101 | 1001011 | 1000110 |
Color Harmonies of #EC778D
Complementary color
Monochromatic Colors of #EC778D
Black with #EC778D
Text Example
Text Example
White with #EC778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC778D; }
p { color: rgb(236,119,141); }
H1.HeaderClassName
{
color: #EC778D;
}
.AnyTagClassName
{
color: #EC778D;
}
</style>
background-color css
<style>
a { background-color: #EC778D; }
a { background-color: rgb(236,119,141); }
div.DivClassName
{
background-color: #EC778D;
}
.BgClassName
{
background-color: #EC778D;
}
</style>
border-color css
<style>
span { border-color: #EC778D; }
span { border-color: rgb(236,119,141); }
td.TdClassName
{
border-color: #EC778D;
}
.TagClassName
{
border-color: #EC778D;
}
</style>