Shades of Deep Blush #EC688A
Tints of Deep Blush #EC688A
RGB
CMYK
RGB Variations
Color information
#EC688A (or 0xEC688A) is known color: Deep Blush. HEX triplet: EC, 68 and 8A. RGB value is (236,104,138). Sum of RGB (Red+Green+Blue) = 236+104+138=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC688A is #139775. Grayscale: #939393. Windows color (decimal): -1283958 or 9070828. OLE color: 9070828.
HSL color Cylindrical-coordinate representation of color #EC688A: hue angle of 344.55º 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 #EC688A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 138 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.07 |
| HSL | 344.55º | 0.78% | 0.67% | - |
| HSV(B) | 344.55º | 0.56% | 0.93% | - |
| XYZ | 44.13 | 29.57 | 27.43 | - |
| YUV | 147.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 138 | 0 | 0.56 | 0.42 | 0.07 | 344.55 | 0.78 | 0.67 |
| Hex | EC | 68 | 8A | 0 | 38 | 2A | 7 | 159 | 4E | 43 |
| Octal | 354 | 150 | 212 | 0 | 70 | 52 | 7 | 531 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10001010 | 0 | 111000 | 101010 | 111 | 101011001 | 1001110 | 1000011 |
Color Harmonies of #EC688A
Complementary color
Monochromatic Colors of #EC688A
Black with #EC688A
Text Example
Text Example
White with #EC688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC688A; }
p { color: rgb(236,104,138); }
H1.HeaderClassName
{
color: #EC688A;
}
.AnyTagClassName
{
color: #EC688A;
}
</style>
background-color css
<style>
a { background-color: #EC688A; }
a { background-color: rgb(236,104,138); }
div.DivClassName
{
background-color: #EC688A;
}
.BgClassName
{
background-color: #EC688A;
}
</style>
border-color css
<style>
span { border-color: #EC688A; }
span { border-color: rgb(236,104,138); }
td.TdClassName
{
border-color: #EC688A;
}
.TagClassName
{
border-color: #EC688A;
}
</style>