Shades of Deep Blush #EC6B86
Tints of Deep Blush #EC6B86
RGB
CMYK
RGB Variations
Color information
#EC6B86 (or 0xEC6B86) is known color: Deep Blush. HEX triplet: EC, 6B and 86. RGB value is (236,107,134). Sum of RGB (Red+Green+Blue) = 236+107+134=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6B86 is #139479. Grayscale: #949494. Windows color (decimal): -1283194 or 8809452. OLE color: 8809452.
HSL color Cylindrical-coordinate representation of color #EC6B86: hue angle of 347.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6B86 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 134 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.07 |
| HSL | 347.44º | 0.77% | 0.67% | - |
| HSV(B) | 347.44º | 0.55% | 0.93% | - |
| XYZ | 44.15 | 30.07 | 26.03 | - |
| YUV | 148.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 134 | 0 | 0.55 | 0.43 | 0.07 | 347.44 | 0.77 | 0.67 |
| Hex | EC | 6B | 86 | 0 | 37 | 2B | 7 | 15B | 4D | 43 |
| Octal | 354 | 153 | 206 | 0 | 67 | 53 | 7 | 533 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10000110 | 0 | 110111 | 101011 | 111 | 101011011 | 1001101 | 1000011 |
Color Harmonies of #EC6B86
Complementary color
Monochromatic Colors of #EC6B86
Black with #EC6B86
Text Example
Text Example
White with #EC6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B86; }
p { color: rgb(236,107,134); }
H1.HeaderClassName
{
color: #EC6B86;
}
.AnyTagClassName
{
color: #EC6B86;
}
</style>
background-color css
<style>
a { background-color: #EC6B86; }
a { background-color: rgb(236,107,134); }
div.DivClassName
{
background-color: #EC6B86;
}
.BgClassName
{
background-color: #EC6B86;
}
</style>
border-color css
<style>
span { border-color: #EC6B86; }
span { border-color: rgb(236,107,134); }
td.TdClassName
{
border-color: #EC6B86;
}
.TagClassName
{
border-color: #EC6B86;
}
</style>