Shades of Deep Blush #EC7184
Tints of Deep Blush #EC7184
RGB
CMYK
RGB Variations
Color information
#EC7184 (or 0xEC7184) is known color: Deep Blush. HEX triplet: EC, 71 and 84. RGB value is (236,113,132). Sum of RGB (Red+Green+Blue) = 236+113+132=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7184 is #138E7B. Grayscale: #979797. Windows color (decimal): -1281660 or 8679916. OLE color: 8679916.
HSL color Cylindrical-coordinate representation of color #EC7184: hue angle of 350.73º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC7184 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 132 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.07 |
| HSL | 350.73º | 0.76% | 0.68% | - |
| HSV(B) | 350.73º | 0.52% | 0.93% | - |
| XYZ | 44.66 | 31.31 | 25.52 | - |
| YUV | 151.94 | 116.75 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 132 | 0 | 0.52 | 0.44 | 0.07 | 350.73 | 0.76 | 0.68 |
| Hex | EC | 71 | 84 | 0 | 34 | 2C | 7 | 15F | 4C | 44 |
| Octal | 354 | 161 | 204 | 0 | 64 | 54 | 7 | 537 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10000100 | 0 | 110100 | 101100 | 111 | 101011111 | 1001100 | 1000100 |
Color Harmonies of #EC7184
Complementary color
Monochromatic Colors of #EC7184
Black with #EC7184
Text Example
Text Example
White with #EC7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7184; }
p { color: rgb(236,113,132); }
H1.HeaderClassName
{
color: #EC7184;
}
.AnyTagClassName
{
color: #EC7184;
}
</style>
background-color css
<style>
a { background-color: #EC7184; }
a { background-color: rgb(236,113,132); }
div.DivClassName
{
background-color: #EC7184;
}
.BgClassName
{
background-color: #EC7184;
}
</style>
border-color css
<style>
span { border-color: #EC7184; }
span { border-color: rgb(236,113,132); }
td.TdClassName
{
border-color: #EC7184;
}
.TagClassName
{
border-color: #EC7184;
}
</style>