Shades of Deep Blush #EC778A
Tints of Deep Blush #EC778A
RGB
CMYK
RGB Variations
Color information
#EC778A (or 0xEC778A) is known color: Deep Blush. HEX triplet: EC, 77 and 8A. RGB value is (236,119,138). Sum of RGB (Red+Green+Blue) = 236+119+138=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC778A is #138875. Grayscale: #9C9C9C. Windows color (decimal): -1280118 or 9074668. OLE color: 9074668.
HSL color Cylindrical-coordinate representation of color #EC778A: hue angle of 350.26º 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 #EC778A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 138 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.07 |
| HSL | 350.26º | 0.75% | 0.7% | - |
| HSV(B) | 350.26º | 0.5% | 0.93% | - |
| XYZ | 45.78 | 32.86 | 27.97 | - |
| YUV | 156.15 | 117.76 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 138 | 0 | 0.50 | 0.42 | 0.07 | 350.26 | 0.75 | 0.7 |
| Hex | EC | 77 | 8A | 0 | 32 | 2A | 7 | 15E | 4B | 46 |
| Octal | 354 | 167 | 212 | 0 | 62 | 52 | 7 | 536 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10001010 | 0 | 110010 | 101010 | 111 | 101011110 | 1001011 | 1000110 |
Color Harmonies of #EC778A
Complementary color
Monochromatic Colors of #EC778A
Black with #EC778A
Text Example
Text Example
White with #EC778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC778A; }
p { color: rgb(236,119,138); }
H1.HeaderClassName
{
color: #EC778A;
}
.AnyTagClassName
{
color: #EC778A;
}
</style>
background-color css
<style>
a { background-color: #EC778A; }
a { background-color: rgb(236,119,138); }
div.DivClassName
{
background-color: #EC778A;
}
.BgClassName
{
background-color: #EC778A;
}
</style>
border-color css
<style>
span { border-color: #EC778A; }
span { border-color: rgb(236,119,138); }
td.TdClassName
{
border-color: #EC778A;
}
.TagClassName
{
border-color: #EC778A;
}
</style>