Shades of Deep Blush #EC6689
Tints of Deep Blush #EC6689
RGB
CMYK
RGB Variations
Color information
#EC6689 (or 0xEC6689) is known color: Deep Blush. HEX triplet: EC, 66 and 89. RGB value is (236,102,137). Sum of RGB (Red+Green+Blue) = 236+102+137=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6689 is #139976. Grayscale: #929292. Windows color (decimal): -1284471 or 9004780. OLE color: 9004780.
HSL color Cylindrical-coordinate representation of color #EC6689: hue angle of 344.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6689 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 137 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.07 |
| HSL | 344.33º | 0.78% | 0.66% | - |
| HSV(B) | 344.33º | 0.57% | 0.93% | - |
| XYZ | 43.86 | 29.14 | 26.98 | - |
| YUV | 146.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 137 | 0 | 0.57 | 0.42 | 0.07 | 344.33 | 0.78 | 0.66 |
| Hex | EC | 66 | 89 | 0 | 39 | 2A | 7 | 158 | 4E | 42 |
| Octal | 354 | 146 | 211 | 0 | 71 | 52 | 7 | 530 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10001001 | 0 | 111001 | 101010 | 111 | 101011000 | 1001110 | 1000010 |
Color Harmonies of #EC6689
Complementary color
Monochromatic Colors of #EC6689
Black with #EC6689
Text Example
Text Example
White with #EC6689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6689; }
p { color: rgb(236,102,137); }
H1.HeaderClassName
{
color: #EC6689;
}
.AnyTagClassName
{
color: #EC6689;
}
</style>
background-color css
<style>
a { background-color: #EC6689; }
a { background-color: rgb(236,102,137); }
div.DivClassName
{
background-color: #EC6689;
}
.BgClassName
{
background-color: #EC6689;
}
</style>
border-color css
<style>
span { border-color: #EC6689; }
span { border-color: rgb(236,102,137); }
td.TdClassName
{
border-color: #EC6689;
}
.TagClassName
{
border-color: #EC6689;
}
</style>