Shades of Deep Blush #EC718B
Tints of Deep Blush #EC718B
RGB
CMYK
RGB Variations
Color information
#EC718B (or 0xEC718B) is known color: Deep Blush. HEX triplet: EC, 71 and 8B. RGB value is (236,113,139). Sum of RGB (Red+Green+Blue) = 236+113+139=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC718B is #138E74. Grayscale: #989898. Windows color (decimal): -1281653 or 9138668. OLE color: 9138668.
HSL color Cylindrical-coordinate representation of color #EC718B: hue angle of 347.32º 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 #EC718B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 139 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.07 |
| HSL | 347.32º | 0.76% | 0.68% | - |
| HSV(B) | 347.32º | 0.52% | 0.93% | - |
| XYZ | 45.16 | 31.51 | 28.13 | - |
| YUV | 152.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 139 | 0 | 0.52 | 0.41 | 0.07 | 347.32 | 0.76 | 0.68 |
| Hex | EC | 71 | 8B | 0 | 34 | 29 | 7 | 15B | 4C | 44 |
| Octal | 354 | 161 | 213 | 0 | 64 | 51 | 7 | 533 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10001011 | 0 | 110100 | 101001 | 111 | 101011011 | 1001100 | 1000100 |
Color Harmonies of #EC718B
Complementary color
Monochromatic Colors of #EC718B
Black with #EC718B
Text Example
Text Example
White with #EC718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC718B; }
p { color: rgb(236,113,139); }
H1.HeaderClassName
{
color: #EC718B;
}
.AnyTagClassName
{
color: #EC718B;
}
</style>
background-color css
<style>
a { background-color: #EC718B; }
a { background-color: rgb(236,113,139); }
div.DivClassName
{
background-color: #EC718B;
}
.BgClassName
{
background-color: #EC718B;
}
</style>
border-color css
<style>
span { border-color: #EC718B; }
span { border-color: rgb(236,113,139); }
td.TdClassName
{
border-color: #EC718B;
}
.TagClassName
{
border-color: #EC718B;
}
</style>