Shades of Deep Blush #EC6E85
Tints of Deep Blush #EC6E85
RGB
CMYK
RGB Variations
Color information
#EC6E85 (or 0xEC6E85) is known color: Deep Blush. HEX triplet: EC, 6E and 85. RGB value is (236,110,133). Sum of RGB (Red+Green+Blue) = 236+110+133=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E85 is #13917A. Grayscale: #969696. Windows color (decimal): -1282427 or 8744684. OLE color: 8744684.
HSL color Cylindrical-coordinate representation of color #EC6E85: hue angle of 349.05º 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 #EC6E85 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 133 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.07 |
| HSL | 349.05º | 0.77% | 0.68% | - |
| HSV(B) | 349.05º | 0.53% | 0.93% | - |
| XYZ | 44.4 | 30.68 | 25.77 | - |
| YUV | 150.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 133 | 0 | 0.53 | 0.44 | 0.07 | 349.05 | 0.77 | 0.68 |
| Hex | EC | 6E | 85 | 0 | 35 | 2C | 7 | 15D | 4D | 44 |
| Octal | 354 | 156 | 205 | 0 | 65 | 54 | 7 | 535 | 115 | 104 |
| Binary | 11101100 | 1101110 | 10000101 | 0 | 110101 | 101100 | 111 | 101011101 | 1001101 | 1000100 |
Color Harmonies of #EC6E85
Complementary color
Monochromatic Colors of #EC6E85
Black with #EC6E85
Text Example
Text Example
White with #EC6E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E85; }
p { color: rgb(236,110,133); }
H1.HeaderClassName
{
color: #EC6E85;
}
.AnyTagClassName
{
color: #EC6E85;
}
</style>
background-color css
<style>
a { background-color: #EC6E85; }
a { background-color: rgb(236,110,133); }
div.DivClassName
{
background-color: #EC6E85;
}
.BgClassName
{
background-color: #EC6E85;
}
</style>
border-color css
<style>
span { border-color: #EC6E85; }
span { border-color: rgb(236,110,133); }
td.TdClassName
{
border-color: #EC6E85;
}
.TagClassName
{
border-color: #EC6E85;
}
</style>