Shades of Deep Blush #EC7486
Tints of Deep Blush #EC7486
RGB
CMYK
RGB Variations
Color information
#EC7486 (or 0xEC7486) is known color: Deep Blush. HEX triplet: EC, 74 and 86. RGB value is (236,116,134). Sum of RGB (Red+Green+Blue) = 236+116+134=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7486 is #138B79. Grayscale: #999999. Windows color (decimal): -1280890 or 8811756. OLE color: 8811756.
HSL color Cylindrical-coordinate representation of color #EC7486: hue angle of 351º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7486 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 134 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.07 |
| HSL | 351º | 0.76% | 0.69% | - |
| HSV(B) | 351º | 0.51% | 0.93% | - |
| XYZ | 45.14 | 32.04 | 26.36 | - |
| YUV | 153.93 | 116.76 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 134 | 0 | 0.51 | 0.43 | 0.07 | 351 | 0.76 | 0.69 |
| Hex | EC | 74 | 86 | 0 | 33 | 2B | 7 | 15F | 4C | 45 |
| Octal | 354 | 164 | 206 | 0 | 63 | 53 | 7 | 537 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10000110 | 0 | 110011 | 101011 | 111 | 101011111 | 1001100 | 1000101 |
Color Harmonies of #EC7486
Complementary color
Monochromatic Colors of #EC7486
Black with #EC7486
Text Example
Text Example
White with #EC7486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7486; }
p { color: rgb(236,116,134); }
H1.HeaderClassName
{
color: #EC7486;
}
.AnyTagClassName
{
color: #EC7486;
}
</style>
background-color css
<style>
a { background-color: #EC7486; }
a { background-color: rgb(236,116,134); }
div.DivClassName
{
background-color: #EC7486;
}
.BgClassName
{
background-color: #EC7486;
}
</style>
border-color css
<style>
span { border-color: #EC7486; }
span { border-color: rgb(236,116,134); }
td.TdClassName
{
border-color: #EC7486;
}
.TagClassName
{
border-color: #EC7486;
}
</style>