Shades of Deep Blush #EC688B
Tints of Deep Blush #EC688B
RGB
CMYK
RGB Variations
Color information
#EC688B (or 0xEC688B) is known color: Deep Blush. HEX triplet: EC, 68 and 8B. RGB value is (236,104,139). Sum of RGB (Red+Green+Blue) = 236+104+139=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC688B is #139774. Grayscale: #939393. Windows color (decimal): -1283957 or 9136364. OLE color: 9136364.
HSL color Cylindrical-coordinate representation of color #EC688B: hue angle of 344.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC688B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 139 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.07 |
| HSL | 344.09º | 0.78% | 0.67% | - |
| HSV(B) | 344.09º | 0.56% | 0.93% | - |
| XYZ | 44.2 | 29.6 | 27.81 | - |
| YUV | 147.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 139 | 0 | 0.56 | 0.41 | 0.07 | 344.09 | 0.78 | 0.67 |
| Hex | EC | 68 | 8B | 0 | 38 | 29 | 7 | 158 | 4E | 43 |
| Octal | 354 | 150 | 213 | 0 | 70 | 51 | 7 | 530 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10001011 | 0 | 111000 | 101001 | 111 | 101011000 | 1001110 | 1000011 |
Color Harmonies of #EC688B
Complementary color
Monochromatic Colors of #EC688B
Black with #EC688B
Text Example
Text Example
White with #EC688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC688B; }
p { color: rgb(236,104,139); }
H1.HeaderClassName
{
color: #EC688B;
}
.AnyTagClassName
{
color: #EC688B;
}
</style>
background-color css
<style>
a { background-color: #EC688B; }
a { background-color: rgb(236,104,139); }
div.DivClassName
{
background-color: #EC688B;
}
.BgClassName
{
background-color: #EC688B;
}
</style>
border-color css
<style>
span { border-color: #EC688B; }
span { border-color: rgb(236,104,139); }
td.TdClassName
{
border-color: #EC688B;
}
.TagClassName
{
border-color: #EC688B;
}
</style>