Shades of Deep Blush #EC6F86
Tints of Deep Blush #EC6F86
RGB
CMYK
RGB Variations
Color information
#EC6F86 (or 0xEC6F86) is known color: Deep Blush. HEX triplet: EC, 6F and 86. RGB value is (236,111,134). Sum of RGB (Red+Green+Blue) = 236+111+134=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6F86 is #139079. Grayscale: #979797. Windows color (decimal): -1282170 or 8810476. OLE color: 8810476.
HSL color Cylindrical-coordinate representation of color #EC6F86: hue angle of 348.96º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6F86 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 134 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.07 |
| HSL | 348.96º | 0.77% | 0.68% | - |
| HSV(B) | 348.96º | 0.53% | 0.93% | - |
| XYZ | 44.58 | 30.92 | 26.17 | - |
| YUV | 151 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 134 | 0 | 0.53 | 0.43 | 0.07 | 348.96 | 0.77 | 0.68 |
| Hex | EC | 6F | 86 | 0 | 35 | 2B | 7 | 15D | 4D | 44 |
| Octal | 354 | 157 | 206 | 0 | 65 | 53 | 7 | 535 | 115 | 104 |
| Binary | 11101100 | 1101111 | 10000110 | 0 | 110101 | 101011 | 111 | 101011101 | 1001101 | 1000100 |
Color Harmonies of #EC6F86
Complementary color
Monochromatic Colors of #EC6F86
Black with #EC6F86
Text Example
Text Example
White with #EC6F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F86; }
p { color: rgb(236,111,134); }
H1.HeaderClassName
{
color: #EC6F86;
}
.AnyTagClassName
{
color: #EC6F86;
}
</style>
background-color css
<style>
a { background-color: #EC6F86; }
a { background-color: rgb(236,111,134); }
div.DivClassName
{
background-color: #EC6F86;
}
.BgClassName
{
background-color: #EC6F86;
}
</style>
border-color css
<style>
span { border-color: #EC6F86; }
span { border-color: rgb(236,111,134); }
td.TdClassName
{
border-color: #EC6F86;
}
.TagClassName
{
border-color: #EC6F86;
}
</style>