Shades of Deep Blush #EC628B
Tints of Deep Blush #EC628B
RGB
CMYK
RGB Variations
Color information
#EC628B (or 0xEC628B) is known color: Deep Blush. HEX triplet: EC, 62 and 8B. RGB value is (236,98,139). Sum of RGB (Red+Green+Blue) = 236+98+139=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC628B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC628B is #139D74. Grayscale: #8F8F8F. Windows color (decimal): -1285493 or 9134828. OLE color: 9134828.
HSL color Cylindrical-coordinate representation of color #EC628B: hue angle of 342.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC628B is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 139 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.07 |
| HSL | 342.17º | 0.78% | 0.65% | - |
| HSV(B) | 342.17º | 0.58% | 0.93% | - |
| XYZ | 43.62 | 28.43 | 27.62 | - |
| YUV | 143.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 139 | 0 | 0.58 | 0.41 | 0.07 | 342.17 | 0.78 | 0.65 |
| Hex | EC | 62 | 8B | 0 | 3A | 29 | 7 | 156 | 4E | 41 |
| Octal | 354 | 142 | 213 | 0 | 72 | 51 | 7 | 526 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10001011 | 0 | 111010 | 101001 | 111 | 101010110 | 1001110 | 1000001 |
Color Harmonies of #EC628B
Complementary color
Monochromatic Colors of #EC628B
Black with #EC628B
Text Example
Text Example
White with #EC628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC628B; }
p { color: rgb(236,98,139); }
H1.HeaderClassName
{
color: #EC628B;
}
.AnyTagClassName
{
color: #EC628B;
}
</style>
background-color css
<style>
a { background-color: #EC628B; }
a { background-color: rgb(236,98,139); }
div.DivClassName
{
background-color: #EC628B;
}
.BgClassName
{
background-color: #EC628B;
}
</style>
border-color css
<style>
span { border-color: #EC628B; }
span { border-color: rgb(236,98,139); }
td.TdClassName
{
border-color: #EC628B;
}
.TagClassName
{
border-color: #EC628B;
}
</style>