Shades of Deep Blush #EC7685
Tints of Deep Blush #EC7685
RGB
CMYK
RGB Variations
Color information
#EC7685 (or 0xEC7685) is known color: Deep Blush. HEX triplet: EC, 76 and 85. RGB value is (236,118,133). Sum of RGB (Red+Green+Blue) = 236+118+133=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7685 is #13897A. Grayscale: #9B9B9B. Windows color (decimal): -1280379 or 8746732. OLE color: 8746732.
HSL color Cylindrical-coordinate representation of color #EC7685: hue angle of 352.37º 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 #EC7685 is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 133 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.07 |
| HSL | 352.37º | 0.76% | 0.69% | - |
| HSV(B) | 352.37º | 0.5% | 0.93% | - |
| XYZ | 45.3 | 32.48 | 26.07 | - |
| YUV | 154.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 133 | 0 | 0.5 | 0.44 | 0.07 | 352.37 | 0.76 | 0.69 |
| Hex | EC | 76 | 85 | 0 | 32 | 2C | 7 | 160 | 4C | 45 |
| Octal | 354 | 166 | 205 | 0 | 62 | 54 | 7 | 540 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10000101 | 0 | 110010 | 101100 | 111 | 101100000 | 1001100 | 1000101 |
Color Harmonies of #EC7685
Complementary color
Monochromatic Colors of #EC7685
Black with #EC7685
Text Example
Text Example
White with #EC7685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7685; }
p { color: rgb(236,118,133); }
H1.HeaderClassName
{
color: #EC7685;
}
.AnyTagClassName
{
color: #EC7685;
}
</style>
background-color css
<style>
a { background-color: #EC7685; }
a { background-color: rgb(236,118,133); }
div.DivClassName
{
background-color: #EC7685;
}
.BgClassName
{
background-color: #EC7685;
}
</style>
border-color css
<style>
span { border-color: #EC7685; }
span { border-color: rgb(236,118,133); }
td.TdClassName
{
border-color: #EC7685;
}
.TagClassName
{
border-color: #EC7685;
}
</style>