Shades of Deep Blush #EC738E
Tints of Deep Blush #EC738E
RGB
CMYK
RGB Variations
Color information
#EC738E (or 0xEC738E) is known color: Deep Blush. HEX triplet: EC, 73 and 8E. RGB value is (236,115,142). Sum of RGB (Red+Green+Blue) = 236+115+142=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC738E is #138C71. Grayscale: #9A9A9A. Windows color (decimal): -1281138 or 9335788. OLE color: 9335788.
HSL color Cylindrical-coordinate representation of color #EC738E: hue angle of 346.61º 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 #EC738E is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 142 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.07 |
| HSL | 346.61º | 0.76% | 0.69% | - |
| HSV(B) | 346.61º | 0.51% | 0.93% | - |
| XYZ | 45.61 | 32.05 | 29.37 | - |
| YUV | 154.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 142 | 0 | 0.51 | 0.40 | 0.07 | 346.61 | 0.76 | 0.69 |
| Hex | EC | 73 | 8E | 0 | 33 | 28 | 7 | 15B | 4C | 45 |
| Octal | 354 | 163 | 216 | 0 | 63 | 50 | 7 | 533 | 114 | 105 |
| Binary | 11101100 | 1110011 | 10001110 | 0 | 110011 | 101000 | 111 | 101011011 | 1001100 | 1000101 |
Color Harmonies of #EC738E
Complementary color
Monochromatic Colors of #EC738E
Black with #EC738E
Text Example
Text Example
White with #EC738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC738E; }
p { color: rgb(236,115,142); }
H1.HeaderClassName
{
color: #EC738E;
}
.AnyTagClassName
{
color: #EC738E;
}
</style>
background-color css
<style>
a { background-color: #EC738E; }
a { background-color: rgb(236,115,142); }
div.DivClassName
{
background-color: #EC738E;
}
.BgClassName
{
background-color: #EC738E;
}
</style>
border-color css
<style>
span { border-color: #EC738E; }
span { border-color: rgb(236,115,142); }
td.TdClassName
{
border-color: #EC738E;
}
.TagClassName
{
border-color: #EC738E;
}
</style>