Shades of Deep Blush #EC6C85
Tints of Deep Blush #EC6C85
RGB
CMYK
RGB Variations
Color information
#EC6C85 (or 0xEC6C85) is known color: Deep Blush. HEX triplet: EC, 6C and 85. RGB value is (236,108,133). Sum of RGB (Red+Green+Blue) = 236+108+133=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C85 is #13937A. Grayscale: #959595. Windows color (decimal): -1282939 or 8744172. OLE color: 8744172.
HSL color Cylindrical-coordinate representation of color #EC6C85: hue angle of 348.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6C85 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 133 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.07 |
| HSL | 348.28º | 0.77% | 0.67% | - |
| HSV(B) | 348.28º | 0.54% | 0.93% | - |
| XYZ | 44.19 | 30.25 | 25.7 | - |
| YUV | 149.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 133 | 0 | 0.54 | 0.44 | 0.07 | 348.28 | 0.77 | 0.67 |
| Hex | EC | 6C | 85 | 0 | 36 | 2C | 7 | 15C | 4D | 43 |
| Octal | 354 | 154 | 205 | 0 | 66 | 54 | 7 | 534 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10000101 | 0 | 110110 | 101100 | 111 | 101011100 | 1001101 | 1000011 |
Color Harmonies of #EC6C85
Complementary color
Monochromatic Colors of #EC6C85
Black with #EC6C85
Text Example
Text Example
White with #EC6C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C85; }
p { color: rgb(236,108,133); }
H1.HeaderClassName
{
color: #EC6C85;
}
.AnyTagClassName
{
color: #EC6C85;
}
</style>
background-color css
<style>
a { background-color: #EC6C85; }
a { background-color: rgb(236,108,133); }
div.DivClassName
{
background-color: #EC6C85;
}
.BgClassName
{
background-color: #EC6C85;
}
</style>
border-color css
<style>
span { border-color: #EC6C85; }
span { border-color: rgb(236,108,133); }
td.TdClassName
{
border-color: #EC6C85;
}
.TagClassName
{
border-color: #EC6C85;
}
</style>