Shades of Deep Blush #EC6B87
Tints of Deep Blush #EC6B87
RGB
CMYK
RGB Variations
Color information
#EC6B87 (or 0xEC6B87) is known color: Deep Blush. HEX triplet: EC, 6B and 87. RGB value is (236,107,135). Sum of RGB (Red+Green+Blue) = 236+107+135=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6B87 is #139478. Grayscale: #949494. Windows color (decimal): -1283193 or 8874988. OLE color: 8874988.
HSL color Cylindrical-coordinate representation of color #EC6B87: hue angle of 346.98º 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 #EC6B87 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 135 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.07 |
| HSL | 346.98º | 0.77% | 0.67% | - |
| HSV(B) | 346.98º | 0.55% | 0.93% | - |
| XYZ | 44.22 | 30.1 | 26.4 | - |
| YUV | 148.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 135 | 0 | 0.55 | 0.43 | 0.07 | 346.98 | 0.77 | 0.67 |
| Hex | EC | 6B | 87 | 0 | 37 | 2B | 7 | 15B | 4D | 43 |
| Octal | 354 | 153 | 207 | 0 | 67 | 53 | 7 | 533 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10000111 | 0 | 110111 | 101011 | 111 | 101011011 | 1001101 | 1000011 |
Color Harmonies of #EC6B87
Complementary color
Monochromatic Colors of #EC6B87
Black with #EC6B87
Text Example
Text Example
White with #EC6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B87; }
p { color: rgb(236,107,135); }
H1.HeaderClassName
{
color: #EC6B87;
}
.AnyTagClassName
{
color: #EC6B87;
}
</style>
background-color css
<style>
a { background-color: #EC6B87; }
a { background-color: rgb(236,107,135); }
div.DivClassName
{
background-color: #EC6B87;
}
.BgClassName
{
background-color: #EC6B87;
}
</style>
border-color css
<style>
span { border-color: #EC6B87; }
span { border-color: rgb(236,107,135); }
td.TdClassName
{
border-color: #EC6B87;
}
.TagClassName
{
border-color: #EC6B87;
}
</style>