Shades of Deep Blush #EC638D
Tints of Deep Blush #EC638D
RGB
CMYK
RGB Variations
Color information
#EC638D (or 0xEC638D) is known color: Deep Blush. HEX triplet: EC, 63 and 8D. RGB value is (236,99,141). Sum of RGB (Red+Green+Blue) = 236+99+141=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC638D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC638D is #139C72. Grayscale: #909090. Windows color (decimal): -1285235 or 9266156. OLE color: 9266156.
HSL color Cylindrical-coordinate representation of color #EC638D: hue angle of 341.61º 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 #EC638D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 141 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.07 |
| HSL | 341.61º | 0.78% | 0.66% | - |
| HSV(B) | 341.61º | 0.58% | 0.93% | - |
| XYZ | 43.86 | 28.68 | 28.42 | - |
| YUV | 144.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 141 | 0 | 0.58 | 0.40 | 0.07 | 341.61 | 0.78 | 0.66 |
| Hex | EC | 63 | 8D | 0 | 3A | 28 | 7 | 156 | 4E | 42 |
| Octal | 354 | 143 | 215 | 0 | 72 | 50 | 7 | 526 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10001101 | 0 | 111010 | 101000 | 111 | 101010110 | 1001110 | 1000010 |
Color Harmonies of #EC638D
Complementary color
Monochromatic Colors of #EC638D
Black with #EC638D
Text Example
Text Example
White with #EC638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC638D; }
p { color: rgb(236,99,141); }
H1.HeaderClassName
{
color: #EC638D;
}
.AnyTagClassName
{
color: #EC638D;
}
</style>
background-color css
<style>
a { background-color: #EC638D; }
a { background-color: rgb(236,99,141); }
div.DivClassName
{
background-color: #EC638D;
}
.BgClassName
{
background-color: #EC638D;
}
</style>
border-color css
<style>
span { border-color: #EC638D; }
span { border-color: rgb(236,99,141); }
td.TdClassName
{
border-color: #EC638D;
}
.TagClassName
{
border-color: #EC638D;
}
</style>