Shades of Deep Blush #EC728B
Tints of Deep Blush #EC728B
RGB
CMYK
RGB Variations
Color information
#EC728B (or 0xEC728B) is known color: Deep Blush. HEX triplet: EC, 72 and 8B. RGB value is (236,114,139). Sum of RGB (Red+Green+Blue) = 236+114+139=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC728B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC728B is #138D74. Grayscale: #999999. Windows color (decimal): -1281397 or 9138924. OLE color: 9138924.
HSL color Cylindrical-coordinate representation of color #EC728B: hue angle of 347.7º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC728B is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 139 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.07 |
| HSL | 347.7º | 0.76% | 0.69% | - |
| HSV(B) | 347.7º | 0.52% | 0.93% | - |
| XYZ | 45.27 | 31.73 | 28.16 | - |
| YUV | 153.33 | 119.92 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 139 | 0 | 0.52 | 0.41 | 0.07 | 347.7 | 0.76 | 0.69 |
| Hex | EC | 72 | 8B | 0 | 34 | 29 | 7 | 15C | 4C | 45 |
| Octal | 354 | 162 | 213 | 0 | 64 | 51 | 7 | 534 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10001011 | 0 | 110100 | 101001 | 111 | 101011100 | 1001100 | 1000101 |
Color Harmonies of #EC728B
Complementary color
Monochromatic Colors of #EC728B
Black with #EC728B
Text Example
Text Example
White with #EC728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC728B; }
p { color: rgb(236,114,139); }
H1.HeaderClassName
{
color: #EC728B;
}
.AnyTagClassName
{
color: #EC728B;
}
</style>
background-color css
<style>
a { background-color: #EC728B; }
a { background-color: rgb(236,114,139); }
div.DivClassName
{
background-color: #EC728B;
}
.BgClassName
{
background-color: #EC728B;
}
</style>
border-color css
<style>
span { border-color: #EC728B; }
span { border-color: rgb(236,114,139); }
td.TdClassName
{
border-color: #EC728B;
}
.TagClassName
{
border-color: #EC728B;
}
</style>