Shades of Deep Blush #EC698A
Tints of Deep Blush #EC698A
RGB
CMYK
RGB Variations
Color information
#EC698A (or 0xEC698A) is known color: Deep Blush. HEX triplet: EC, 69 and 8A. RGB value is (236,105,138). Sum of RGB (Red+Green+Blue) = 236+105+138=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC698A is #139675. Grayscale: #939393. Windows color (decimal): -1283702 or 9071084. OLE color: 9071084.
HSL color Cylindrical-coordinate representation of color #EC698A: hue angle of 344.89º 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 #EC698A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 138 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.07 |
| HSL | 344.89º | 0.78% | 0.67% | - |
| HSV(B) | 344.89º | 0.56% | 0.93% | - |
| XYZ | 44.23 | 29.77 | 27.46 | - |
| YUV | 147.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 138 | 0 | 0.56 | 0.42 | 0.07 | 344.89 | 0.78 | 0.67 |
| Hex | EC | 69 | 8A | 0 | 38 | 2A | 7 | 159 | 4E | 43 |
| Octal | 354 | 151 | 212 | 0 | 70 | 52 | 7 | 531 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10001010 | 0 | 111000 | 101010 | 111 | 101011001 | 1001110 | 1000011 |
Color Harmonies of #EC698A
Complementary color
Monochromatic Colors of #EC698A
Black with #EC698A
Text Example
Text Example
White with #EC698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC698A; }
p { color: rgb(236,105,138); }
H1.HeaderClassName
{
color: #EC698A;
}
.AnyTagClassName
{
color: #EC698A;
}
</style>
background-color css
<style>
a { background-color: #EC698A; }
a { background-color: rgb(236,105,138); }
div.DivClassName
{
background-color: #EC698A;
}
.BgClassName
{
background-color: #EC698A;
}
</style>
border-color css
<style>
span { border-color: #EC698A; }
span { border-color: rgb(236,105,138); }
td.TdClassName
{
border-color: #EC698A;
}
.TagClassName
{
border-color: #EC698A;
}
</style>