Shades of Deep Blush #EC7087
Tints of Deep Blush #EC7087
RGB
CMYK
RGB Variations
Color information
#EC7087 (or 0xEC7087) is known color: Deep Blush. HEX triplet: EC, 70 and 87. RGB value is (236,112,135). Sum of RGB (Red+Green+Blue) = 236+112+135=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7087 is #138F78. Grayscale: #979797. Windows color (decimal): -1281913 or 8876268. OLE color: 8876268.
HSL color Cylindrical-coordinate representation of color #EC7087: hue angle of 348.87º 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 #EC7087 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 135 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.07 |
| HSL | 348.87º | 0.77% | 0.68% | - |
| HSV(B) | 348.87º | 0.53% | 0.93% | - |
| XYZ | 44.76 | 31.17 | 26.58 | - |
| YUV | 151.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 135 | 0 | 0.53 | 0.43 | 0.07 | 348.87 | 0.77 | 0.68 |
| Hex | EC | 70 | 87 | 0 | 35 | 2B | 7 | 15D | 4D | 44 |
| Octal | 354 | 160 | 207 | 0 | 65 | 53 | 7 | 535 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10000111 | 0 | 110101 | 101011 | 111 | 101011101 | 1001101 | 1000100 |
Color Harmonies of #EC7087
Complementary color
Monochromatic Colors of #EC7087
Black with #EC7087
Text Example
Text Example
White with #EC7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7087; }
p { color: rgb(236,112,135); }
H1.HeaderClassName
{
color: #EC7087;
}
.AnyTagClassName
{
color: #EC7087;
}
</style>
background-color css
<style>
a { background-color: #EC7087; }
a { background-color: rgb(236,112,135); }
div.DivClassName
{
background-color: #EC7087;
}
.BgClassName
{
background-color: #EC7087;
}
</style>
border-color css
<style>
span { border-color: #EC7087; }
span { border-color: rgb(236,112,135); }
td.TdClassName
{
border-color: #EC7087;
}
.TagClassName
{
border-color: #EC7087;
}
</style>