Shades of Deep Blush #EC7586
Tints of Deep Blush #EC7586
RGB
CMYK
RGB Variations
Color information
#EC7586 (or 0xEC7586) is known color: Deep Blush. HEX triplet: EC, 75 and 86. RGB value is (236,117,134). Sum of RGB (Red+Green+Blue) = 236+117+134=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7586 is #138A79. Grayscale: #9A9A9A. Windows color (decimal): -1280634 or 8812012. OLE color: 8812012.
HSL color Cylindrical-coordinate representation of color #EC7586: hue angle of 351.43º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7586 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 134 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.07 |
| HSL | 351.43º | 0.76% | 0.69% | - |
| HSV(B) | 351.43º | 0.5% | 0.93% | - |
| XYZ | 45.26 | 32.28 | 26.4 | - |
| YUV | 154.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 134 | 0 | 0.50 | 0.43 | 0.07 | 351.43 | 0.76 | 0.69 |
| Hex | EC | 75 | 86 | 0 | 32 | 2B | 7 | 15F | 4C | 45 |
| Octal | 354 | 165 | 206 | 0 | 62 | 53 | 7 | 537 | 114 | 105 |
| Binary | 11101100 | 1110101 | 10000110 | 0 | 110010 | 101011 | 111 | 101011111 | 1001100 | 1000101 |
Color Harmonies of #EC7586
Complementary color
Monochromatic Colors of #EC7586
Black with #EC7586
Text Example
Text Example
White with #EC7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7586; }
p { color: rgb(236,117,134); }
H1.HeaderClassName
{
color: #EC7586;
}
.AnyTagClassName
{
color: #EC7586;
}
</style>
background-color css
<style>
a { background-color: #EC7586; }
a { background-color: rgb(236,117,134); }
div.DivClassName
{
background-color: #EC7586;
}
.BgClassName
{
background-color: #EC7586;
}
</style>
border-color css
<style>
span { border-color: #EC7586; }
span { border-color: rgb(236,117,134); }
td.TdClassName
{
border-color: #EC7586;
}
.TagClassName
{
border-color: #EC7586;
}
</style>