Shades of Deep Blush #EC6D86
Tints of Deep Blush #EC6D86
RGB
CMYK
RGB Variations
Color information
#EC6D86 (or 0xEC6D86) is known color: Deep Blush. HEX triplet: EC, 6D and 86. RGB value is (236,109,134). Sum of RGB (Red+Green+Blue) = 236+109+134=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D86 is #139279. Grayscale: #959595. Windows color (decimal): -1282682 or 8809964. OLE color: 8809964.
HSL color Cylindrical-coordinate representation of color #EC6D86: hue angle of 348.19º 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 #EC6D86 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 134 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.07 |
| HSL | 348.19º | 0.77% | 0.68% | - |
| HSV(B) | 348.19º | 0.54% | 0.93% | - |
| XYZ | 44.36 | 30.49 | 26.1 | - |
| YUV | 149.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 134 | 0 | 0.54 | 0.43 | 0.07 | 348.19 | 0.77 | 0.68 |
| Hex | EC | 6D | 86 | 0 | 36 | 2B | 7 | 15C | 4D | 44 |
| Octal | 354 | 155 | 206 | 0 | 66 | 53 | 7 | 534 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10000110 | 0 | 110110 | 101011 | 111 | 101011100 | 1001101 | 1000100 |
Color Harmonies of #EC6D86
Complementary color
Monochromatic Colors of #EC6D86
Black with #EC6D86
Text Example
Text Example
White with #EC6D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D86; }
p { color: rgb(236,109,134); }
H1.HeaderClassName
{
color: #EC6D86;
}
.AnyTagClassName
{
color: #EC6D86;
}
</style>
background-color css
<style>
a { background-color: #EC6D86; }
a { background-color: rgb(236,109,134); }
div.DivClassName
{
background-color: #EC6D86;
}
.BgClassName
{
background-color: #EC6D86;
}
</style>
border-color css
<style>
span { border-color: #EC6D86; }
span { border-color: rgb(236,109,134); }
td.TdClassName
{
border-color: #EC6D86;
}
.TagClassName
{
border-color: #EC6D86;
}
</style>