Shades of Deep Blush #EC738B
Tints of Deep Blush #EC738B
RGB
CMYK
RGB Variations
Color information
#EC738B (or 0xEC738B) is known color: Deep Blush. HEX triplet: EC, 73 and 8B. RGB value is (236,115,139). Sum of RGB (Red+Green+Blue) = 236+115+139=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC738B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC738B is #138C74. Grayscale: #999999. Windows color (decimal): -1281141 or 9139180. OLE color: 9139180.
HSL color Cylindrical-coordinate representation of color #EC738B: hue angle of 348.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC738B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 139 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.07 |
| HSL | 348.1º | 0.76% | 0.69% | - |
| HSV(B) | 348.1º | 0.51% | 0.93% | - |
| XYZ | 45.38 | 31.96 | 28.2 | - |
| YUV | 153.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 139 | 0 | 0.51 | 0.41 | 0.07 | 348.1 | 0.76 | 0.69 |
| Hex | EC | 73 | 8B | 0 | 33 | 29 | 7 | 15C | 4C | 45 |
| Octal | 354 | 163 | 213 | 0 | 63 | 51 | 7 | 534 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10001011 | 0 | 110011 | 101001 | 111 | 101011100 | 1001100 | 1000101 |
Color Harmonies of #EC738B
Complementary color
Monochromatic Colors of #EC738B
Black with #EC738B
Text Example
Text Example
White with #EC738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC738B; }
p { color: rgb(236,115,139); }
H1.HeaderClassName
{
color: #EC738B;
}
.AnyTagClassName
{
color: #EC738B;
}
</style>
background-color css
<style>
a { background-color: #EC738B; }
a { background-color: rgb(236,115,139); }
div.DivClassName
{
background-color: #EC738B;
}
.BgClassName
{
background-color: #EC738B;
}
</style>
border-color css
<style>
span { border-color: #EC738B; }
span { border-color: rgb(236,115,139); }
td.TdClassName
{
border-color: #EC738B;
}
.TagClassName
{
border-color: #EC738B;
}
</style>