Shades of Deep Blush #EC7088
Tints of Deep Blush #EC7088
RGB
CMYK
RGB Variations
Color information
#EC7088 (or 0xEC7088) is known color: Deep Blush. HEX triplet: EC, 70 and 88. RGB value is (236,112,136). Sum of RGB (Red+Green+Blue) = 236+112+136=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7088 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7088 is #138F77. Grayscale: #979797. Windows color (decimal): -1281912 or 8941804. OLE color: 8941804.
HSL color Cylindrical-coordinate representation of color #EC7088: hue angle of 348.39º 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 #EC7088 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 136 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.07 |
| HSL | 348.39º | 0.77% | 0.68% | - |
| HSV(B) | 348.39º | 0.53% | 0.93% | - |
| XYZ | 44.83 | 31.2 | 26.95 | - |
| YUV | 151.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 136 | 0 | 0.53 | 0.42 | 0.07 | 348.39 | 0.77 | 0.68 |
| Hex | EC | 70 | 88 | 0 | 35 | 2A | 7 | 15C | 4D | 44 |
| Octal | 354 | 160 | 210 | 0 | 65 | 52 | 7 | 534 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10001000 | 0 | 110101 | 101010 | 111 | 101011100 | 1001101 | 1000100 |
Color Harmonies of #EC7088
Complementary color
Monochromatic Colors of #EC7088
Black with #EC7088
Text Example
Text Example
White with #EC7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7088; }
p { color: rgb(236,112,136); }
H1.HeaderClassName
{
color: #EC7088;
}
.AnyTagClassName
{
color: #EC7088;
}
</style>
background-color css
<style>
a { background-color: #EC7088; }
a { background-color: rgb(236,112,136); }
div.DivClassName
{
background-color: #EC7088;
}
.BgClassName
{
background-color: #EC7088;
}
</style>
border-color css
<style>
span { border-color: #EC7088; }
span { border-color: rgb(236,112,136); }
td.TdClassName
{
border-color: #EC7088;
}
.TagClassName
{
border-color: #EC7088;
}
</style>