Shades of Deep Blush #EC688D
Tints of Deep Blush #EC688D
RGB
CMYK
RGB Variations
Color information
#EC688D (or 0xEC688D) is known color: Deep Blush. HEX triplet: EC, 68 and 8D. RGB value is (236,104,141). Sum of RGB (Red+Green+Blue) = 236+104+141=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC688D is #139772. Grayscale: #939393. Windows color (decimal): -1283955 or 9267436. OLE color: 9267436.
HSL color Cylindrical-coordinate representation of color #EC688D: hue angle of 343.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC688D is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 141 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.07 |
| HSL | 343.18º | 0.78% | 0.67% | - |
| HSV(B) | 343.18º | 0.56% | 0.93% | - |
| XYZ | 44.35 | 29.66 | 28.59 | - |
| YUV | 147.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 141 | 0 | 0.56 | 0.40 | 0.07 | 343.18 | 0.78 | 0.67 |
| Hex | EC | 68 | 8D | 0 | 38 | 28 | 7 | 157 | 4E | 43 |
| Octal | 354 | 150 | 215 | 0 | 70 | 50 | 7 | 527 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10001101 | 0 | 111000 | 101000 | 111 | 101010111 | 1001110 | 1000011 |
Color Harmonies of #EC688D
Complementary color
Monochromatic Colors of #EC688D
Black with #EC688D
Text Example
Text Example
White with #EC688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC688D; }
p { color: rgb(236,104,141); }
H1.HeaderClassName
{
color: #EC688D;
}
.AnyTagClassName
{
color: #EC688D;
}
</style>
background-color css
<style>
a { background-color: #EC688D; }
a { background-color: rgb(236,104,141); }
div.DivClassName
{
background-color: #EC688D;
}
.BgClassName
{
background-color: #EC688D;
}
</style>
border-color css
<style>
span { border-color: #EC688D; }
span { border-color: rgb(236,104,141); }
td.TdClassName
{
border-color: #EC688D;
}
.TagClassName
{
border-color: #EC688D;
}
</style>