Shades of Deep Blush #EC708C
Tints of Deep Blush #EC708C
RGB
CMYK
RGB Variations
Color information
#EC708C (or 0xEC708C) is known color: Deep Blush. HEX triplet: EC, 70 and 8C. RGB value is (236,112,140). Sum of RGB (Red+Green+Blue) = 236+112+140=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC708C is #138F73. Grayscale: #989898. Windows color (decimal): -1281908 or 9203948. OLE color: 9203948.
HSL color Cylindrical-coordinate representation of color #EC708C: hue angle of 346.45º 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 #EC708C is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 140 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.07 |
| HSL | 346.45º | 0.77% | 0.68% | - |
| HSV(B) | 346.45º | 0.53% | 0.93% | - |
| XYZ | 45.12 | 31.31 | 28.48 | - |
| YUV | 152.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 140 | 0 | 0.53 | 0.41 | 0.07 | 346.45 | 0.77 | 0.68 |
| Hex | EC | 70 | 8C | 0 | 35 | 29 | 7 | 15A | 4D | 44 |
| Octal | 354 | 160 | 214 | 0 | 65 | 51 | 7 | 532 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10001100 | 0 | 110101 | 101001 | 111 | 101011010 | 1001101 | 1000100 |
Color Harmonies of #EC708C
Complementary color
Monochromatic Colors of #EC708C
Black with #EC708C
Text Example
Text Example
White with #EC708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC708C; }
p { color: rgb(236,112,140); }
H1.HeaderClassName
{
color: #EC708C;
}
.AnyTagClassName
{
color: #EC708C;
}
</style>
background-color css
<style>
a { background-color: #EC708C; }
a { background-color: rgb(236,112,140); }
div.DivClassName
{
background-color: #EC708C;
}
.BgClassName
{
background-color: #EC708C;
}
</style>
border-color css
<style>
span { border-color: #EC708C; }
span { border-color: rgb(236,112,140); }
td.TdClassName
{
border-color: #EC708C;
}
.TagClassName
{
border-color: #EC708C;
}
</style>