Shades of Deep Blush #EC718A
Tints of Deep Blush #EC718A
RGB
CMYK
RGB Variations
Color information
#EC718A (or 0xEC718A) is known color: Deep Blush. HEX triplet: EC, 71 and 8A. RGB value is (236,113,138). Sum of RGB (Red+Green+Blue) = 236+113+138=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC718A is #138E75. Grayscale: #989898. Windows color (decimal): -1281654 or 9073132. OLE color: 9073132.
HSL color Cylindrical-coordinate representation of color #EC718A: hue angle of 347.8º 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 #EC718A is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 138 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.07 |
| HSL | 347.8º | 0.76% | 0.68% | - |
| HSV(B) | 347.8º | 0.52% | 0.93% | - |
| XYZ | 45.08 | 31.48 | 27.74 | - |
| YUV | 152.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 138 | 0 | 0.52 | 0.42 | 0.07 | 347.8 | 0.76 | 0.68 |
| Hex | EC | 71 | 8A | 0 | 34 | 2A | 7 | 15C | 4C | 44 |
| Octal | 354 | 161 | 212 | 0 | 64 | 52 | 7 | 534 | 114 | 104 |
| Binary | 11101100 | 1110001 | 10001010 | 0 | 110100 | 101010 | 111 | 101011100 | 1001100 | 1000100 |
Color Harmonies of #EC718A
Complementary color
Monochromatic Colors of #EC718A
Black with #EC718A
Text Example
Text Example
White with #EC718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC718A; }
p { color: rgb(236,113,138); }
H1.HeaderClassName
{
color: #EC718A;
}
.AnyTagClassName
{
color: #EC718A;
}
</style>
background-color css
<style>
a { background-color: #EC718A; }
a { background-color: rgb(236,113,138); }
div.DivClassName
{
background-color: #EC718A;
}
.BgClassName
{
background-color: #EC718A;
}
</style>
border-color css
<style>
span { border-color: #EC718A; }
span { border-color: rgb(236,113,138); }
td.TdClassName
{
border-color: #EC718A;
}
.TagClassName
{
border-color: #EC718A;
}
</style>