Shades of Deep Blush #EC718C
Tints of Deep Blush #EC718C
RGB
CMYK
RGB Variations
Color information
#EC718C (or 0xEC718C) is known color: Deep Blush. HEX triplet: EC, 71 and 8C. RGB value is (236,113,140). Sum of RGB (Red+Green+Blue) = 236+113+140=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC718C is #138E73. Grayscale: #989898. Windows color (decimal): -1281652 or 9204204. OLE color: 9204204.
HSL color Cylindrical-coordinate representation of color #EC718C: hue angle of 346.83º 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 #EC718C is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 140 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.07 |
| HSL | 346.83º | 0.76% | 0.68% | - |
| HSV(B) | 346.83º | 0.52% | 0.93% | - |
| XYZ | 45.23 | 31.54 | 28.51 | - |
| YUV | 152.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 140 | 0 | 0.52 | 0.41 | 0.07 | 346.83 | 0.76 | 0.68 |
| Hex | EC | 71 | 8C | 0 | 34 | 29 | 7 | 15B | 4C | 44 |
| Octal | 354 | 161 | 214 | 0 | 64 | 51 | 7 | 533 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10001100 | 0 | 110100 | 101001 | 111 | 101011011 | 1001100 | 1000100 |
Color Harmonies of #EC718C
Complementary color
Monochromatic Colors of #EC718C
Black with #EC718C
Text Example
Text Example
White with #EC718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC718C; }
p { color: rgb(236,113,140); }
H1.HeaderClassName
{
color: #EC718C;
}
.AnyTagClassName
{
color: #EC718C;
}
</style>
background-color css
<style>
a { background-color: #EC718C; }
a { background-color: rgb(236,113,140); }
div.DivClassName
{
background-color: #EC718C;
}
.BgClassName
{
background-color: #EC718C;
}
</style>
border-color css
<style>
span { border-color: #EC718C; }
span { border-color: rgb(236,113,140); }
td.TdClassName
{
border-color: #EC718C;
}
.TagClassName
{
border-color: #EC718C;
}
</style>