Shades of Deep Blush #EC6D89
Tints of Deep Blush #EC6D89
RGB
CMYK
RGB Variations
Color information
#EC6D89 (or 0xEC6D89) is known color: Deep Blush. HEX triplet: EC, 6D and 89. RGB value is (236,109,137). Sum of RGB (Red+Green+Blue) = 236+109+137=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D89 is #139276. Grayscale: #969696. Windows color (decimal): -1282679 or 9006572. OLE color: 9006572.
HSL color Cylindrical-coordinate representation of color #EC6D89: hue angle of 346.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D89 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 137 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.07 |
| HSL | 346.77º | 0.77% | 0.68% | - |
| HSV(B) | 346.77º | 0.54% | 0.93% | - |
| XYZ | 44.58 | 30.58 | 27.22 | - |
| YUV | 150.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 137 | 0 | 0.54 | 0.42 | 0.07 | 346.77 | 0.77 | 0.68 |
| Hex | EC | 6D | 89 | 0 | 36 | 2A | 7 | 15B | 4D | 44 |
| Octal | 354 | 155 | 211 | 0 | 66 | 52 | 7 | 533 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10001001 | 0 | 110110 | 101010 | 111 | 101011011 | 1001101 | 1000100 |
Color Harmonies of #EC6D89
Complementary color
Monochromatic Colors of #EC6D89
Black with #EC6D89
Text Example
Text Example
White with #EC6D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D89; }
p { color: rgb(236,109,137); }
H1.HeaderClassName
{
color: #EC6D89;
}
.AnyTagClassName
{
color: #EC6D89;
}
</style>
background-color css
<style>
a { background-color: #EC6D89; }
a { background-color: rgb(236,109,137); }
div.DivClassName
{
background-color: #EC6D89;
}
.BgClassName
{
background-color: #EC6D89;
}
</style>
border-color css
<style>
span { border-color: #EC6D89; }
span { border-color: rgb(236,109,137); }
td.TdClassName
{
border-color: #EC6D89;
}
.TagClassName
{
border-color: #EC6D89;
}
</style>