Shades of Deep Blush #EC638B
Tints of Deep Blush #EC638B
RGB
CMYK
RGB Variations
Color information
#EC638B (or 0xEC638B) is known color: Deep Blush. HEX triplet: EC, 63 and 8B. RGB value is (236,99,139). Sum of RGB (Red+Green+Blue) = 236+99+139=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC638B is #139C74. Grayscale: #909090. Windows color (decimal): -1285237 or 9135084. OLE color: 9135084.
HSL color Cylindrical-coordinate representation of color #EC638B: hue angle of 342.48º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC638B is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 139 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.07 |
| HSL | 342.48º | 0.78% | 0.66% | - |
| HSV(B) | 342.48º | 0.58% | 0.93% | - |
| XYZ | 43.71 | 28.62 | 27.65 | - |
| YUV | 144.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 139 | 0 | 0.58 | 0.41 | 0.07 | 342.48 | 0.78 | 0.66 |
| Hex | EC | 63 | 8B | 0 | 3A | 29 | 7 | 156 | 4E | 42 |
| Octal | 354 | 143 | 213 | 0 | 72 | 51 | 7 | 526 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10001011 | 0 | 111010 | 101001 | 111 | 101010110 | 1001110 | 1000010 |
Color Harmonies of #EC638B
Complementary color
Monochromatic Colors of #EC638B
Black with #EC638B
Text Example
Text Example
White with #EC638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC638B; }
p { color: rgb(236,99,139); }
H1.HeaderClassName
{
color: #EC638B;
}
.AnyTagClassName
{
color: #EC638B;
}
</style>
background-color css
<style>
a { background-color: #EC638B; }
a { background-color: rgb(236,99,139); }
div.DivClassName
{
background-color: #EC638B;
}
.BgClassName
{
background-color: #EC638B;
}
</style>
border-color css
<style>
span { border-color: #EC638B; }
span { border-color: rgb(236,99,139); }
td.TdClassName
{
border-color: #EC638B;
}
.TagClassName
{
border-color: #EC638B;
}
</style>