Shades of Deep Blush #EC708B
Tints of Deep Blush #EC708B
RGB
CMYK
RGB Variations
Color information
#EC708B (or 0xEC708B) is known color: Deep Blush. HEX triplet: EC, 70 and 8B. RGB value is (236,112,139). Sum of RGB (Red+Green+Blue) = 236+112+139=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC708B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC708B is #138F74. Grayscale: #989898. Windows color (decimal): -1281909 or 9138412. OLE color: 9138412.
HSL color Cylindrical-coordinate representation of color #EC708B: hue angle of 346.94º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC708B is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 139 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.07 |
| HSL | 346.94º | 0.77% | 0.68% | - |
| HSV(B) | 346.94º | 0.53% | 0.93% | - |
| XYZ | 45.05 | 31.29 | 28.09 | - |
| YUV | 152.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 139 | 0 | 0.53 | 0.41 | 0.07 | 346.94 | 0.77 | 0.68 |
| Hex | EC | 70 | 8B | 0 | 35 | 29 | 7 | 15B | 4D | 44 |
| Octal | 354 | 160 | 213 | 0 | 65 | 51 | 7 | 533 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10001011 | 0 | 110101 | 101001 | 111 | 101011011 | 1001101 | 1000100 |
Color Harmonies of #EC708B
Complementary color
Monochromatic Colors of #EC708B
Black with #EC708B
Text Example
Text Example
White with #EC708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC708B; }
p { color: rgb(236,112,139); }
H1.HeaderClassName
{
color: #EC708B;
}
.AnyTagClassName
{
color: #EC708B;
}
</style>
background-color css
<style>
a { background-color: #EC708B; }
a { background-color: rgb(236,112,139); }
div.DivClassName
{
background-color: #EC708B;
}
.BgClassName
{
background-color: #EC708B;
}
</style>
border-color css
<style>
span { border-color: #EC708B; }
span { border-color: rgb(236,112,139); }
td.TdClassName
{
border-color: #EC708B;
}
.TagClassName
{
border-color: #EC708B;
}
</style>