Shades of Deep Blush #EC7195
Tints of Deep Blush #EC7195
RGB
CMYK
RGB Variations
Color information
#EC7195 (or 0xEC7195) is known color: Deep Blush. HEX triplet: EC, 71 and 95. RGB value is (236,113,149). Sum of RGB (Red+Green+Blue) = 236+113+149=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7195 is #138E6A. Grayscale: #999999. Windows color (decimal): -1281643 or 9794028. OLE color: 9794028.
HSL color Cylindrical-coordinate representation of color #EC7195: hue angle of 342.44º 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 #EC7195 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 149 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.07 |
| HSL | 342.44º | 0.76% | 0.68% | - |
| HSV(B) | 342.44º | 0.52% | 0.93% | - |
| XYZ | 45.92 | 31.81 | 32.15 | - |
| YUV | 153.88 | 125.25 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 149 | 0 | 0.52 | 0.37 | 0.07 | 342.44 | 0.76 | 0.68 |
| Hex | EC | 71 | 95 | 0 | 34 | 25 | 7 | 156 | 4C | 44 |
| Octal | 354 | 161 | 225 | 0 | 64 | 45 | 7 | 526 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10010101 | 0 | 110100 | 100101 | 111 | 101010110 | 1001100 | 1000100 |
Color Harmonies of #EC7195
Complementary color
Monochromatic Colors of #EC7195
Black with #EC7195
Text Example
Text Example
White with #EC7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7195; }
p { color: rgb(236,113,149); }
H1.HeaderClassName
{
color: #EC7195;
}
.AnyTagClassName
{
color: #EC7195;
}
</style>
background-color css
<style>
a { background-color: #EC7195; }
a { background-color: rgb(236,113,149); }
div.DivClassName
{
background-color: #EC7195;
}
.BgClassName
{
background-color: #EC7195;
}
</style>
border-color css
<style>
span { border-color: #EC7195; }
span { border-color: rgb(236,113,149); }
td.TdClassName
{
border-color: #EC7195;
}
.TagClassName
{
border-color: #EC7195;
}
</style>