Shades of Deep Blush #EC6E84
Tints of Deep Blush #EC6E84
RGB
CMYK
RGB Variations
Color information
#EC6E84 (or 0xEC6E84) is known color: Deep Blush. HEX triplet: EC, 6E and 84. RGB value is (236,110,132). Sum of RGB (Red+Green+Blue) = 236+110+132=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E84 is #13917B. Grayscale: #969696. Windows color (decimal): -1282428 or 8679148. OLE color: 8679148.
HSL color Cylindrical-coordinate representation of color #EC6E84: hue angle of 349.52º 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 #EC6E84 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 132 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.07 |
| HSL | 349.52º | 0.77% | 0.68% | - |
| HSV(B) | 349.52º | 0.53% | 0.93% | - |
| XYZ | 44.33 | 30.65 | 25.41 | - |
| YUV | 150.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 132 | 0 | 0.53 | 0.44 | 0.07 | 349.52 | 0.77 | 0.68 |
| Hex | EC | 6E | 84 | 0 | 35 | 2C | 7 | 15E | 4D | 44 |
| Octal | 354 | 156 | 204 | 0 | 65 | 54 | 7 | 536 | 115 | 104 |
| Binary | 11101100 | 1101110 | 10000100 | 0 | 110101 | 101100 | 111 | 101011110 | 1001101 | 1000100 |
Color Harmonies of #EC6E84
Complementary color
Monochromatic Colors of #EC6E84
Black with #EC6E84
Text Example
Text Example
White with #EC6E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E84; }
p { color: rgb(236,110,132); }
H1.HeaderClassName
{
color: #EC6E84;
}
.AnyTagClassName
{
color: #EC6E84;
}
</style>
background-color css
<style>
a { background-color: #EC6E84; }
a { background-color: rgb(236,110,132); }
div.DivClassName
{
background-color: #EC6E84;
}
.BgClassName
{
background-color: #EC6E84;
}
</style>
border-color css
<style>
span { border-color: #EC6E84; }
span { border-color: rgb(236,110,132); }
td.TdClassName
{
border-color: #EC6E84;
}
.TagClassName
{
border-color: #EC6E84;
}
</style>