Shades of Deep Blush #EC618B
Tints of Deep Blush #EC618B
RGB
CMYK
RGB Variations
Color information
#EC618B (or 0xEC618B) is known color: Deep Blush. HEX triplet: EC, 61 and 8B. RGB value is (236,97,139). Sum of RGB (Red+Green+Blue) = 236+97+139=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC618B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC618B is #139E74. Grayscale: #8F8F8F. Windows color (decimal): -1285749 or 9134572. OLE color: 9134572.
HSL color Cylindrical-coordinate representation of color #EC618B: hue angle of 341.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC618B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 139 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.07 |
| HSL | 341.87º | 0.79% | 0.65% | - |
| HSV(B) | 341.87º | 0.59% | 0.93% | - |
| XYZ | 43.53 | 28.25 | 27.58 | - |
| YUV | 143.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 139 | 0 | 0.59 | 0.41 | 0.07 | 341.87 | 0.79 | 0.65 |
| Hex | EC | 61 | 8B | 0 | 3B | 29 | 7 | 156 | 4F | 41 |
| Octal | 354 | 141 | 213 | 0 | 73 | 51 | 7 | 526 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10001011 | 0 | 111011 | 101001 | 111 | 101010110 | 1001111 | 1000001 |
Color Harmonies of #EC618B
Complementary color
Monochromatic Colors of #EC618B
Black with #EC618B
Text Example
Text Example
White with #EC618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC618B; }
p { color: rgb(236,97,139); }
H1.HeaderClassName
{
color: #EC618B;
}
.AnyTagClassName
{
color: #EC618B;
}
</style>
background-color css
<style>
a { background-color: #EC618B; }
a { background-color: rgb(236,97,139); }
div.DivClassName
{
background-color: #EC618B;
}
.BgClassName
{
background-color: #EC618B;
}
</style>
border-color css
<style>
span { border-color: #EC618B; }
span { border-color: rgb(236,97,139); }
td.TdClassName
{
border-color: #EC618B;
}
.TagClassName
{
border-color: #EC618B;
}
</style>