Shades of Deep Blush #EC6889
Tints of Deep Blush #EC6889
RGB
CMYK
RGB Variations
Color information
#EC6889 (or 0xEC6889) is known color: Deep Blush. HEX triplet: EC, 68 and 89. RGB value is (236,104,137). Sum of RGB (Red+Green+Blue) = 236+104+137=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6889 is #139776. Grayscale: #939393. Windows color (decimal): -1283959 or 9005292. OLE color: 9005292.
HSL color Cylindrical-coordinate representation of color #EC6889: hue angle of 345º 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 #EC6889 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 137 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.07 |
| HSL | 345º | 0.78% | 0.67% | - |
| HSV(B) | 345º | 0.56% | 0.93% | - |
| XYZ | 44.06 | 29.54 | 27.05 | - |
| YUV | 147.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 137 | 0 | 0.56 | 0.42 | 0.07 | 345 | 0.78 | 0.67 |
| Hex | EC | 68 | 89 | 0 | 38 | 2A | 7 | 159 | 4E | 43 |
| Octal | 354 | 150 | 211 | 0 | 70 | 52 | 7 | 531 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10001001 | 0 | 111000 | 101010 | 111 | 101011001 | 1001110 | 1000011 |
Color Harmonies of #EC6889
Complementary color
Monochromatic Colors of #EC6889
Black with #EC6889
Text Example
Text Example
White with #EC6889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6889; }
p { color: rgb(236,104,137); }
H1.HeaderClassName
{
color: #EC6889;
}
.AnyTagClassName
{
color: #EC6889;
}
</style>
background-color css
<style>
a { background-color: #EC6889; }
a { background-color: rgb(236,104,137); }
div.DivClassName
{
background-color: #EC6889;
}
.BgClassName
{
background-color: #EC6889;
}
</style>
border-color css
<style>
span { border-color: #EC6889; }
span { border-color: rgb(236,104,137); }
td.TdClassName
{
border-color: #EC6889;
}
.TagClassName
{
border-color: #EC6889;
}
</style>