Shades of Deep Blush #EC698E
Tints of Deep Blush #EC698E
RGB
CMYK
RGB Variations
Color information
#EC698E (or 0xEC698E) is known color: Deep Blush. HEX triplet: EC, 69 and 8E. RGB value is (236,105,142). Sum of RGB (Red+Green+Blue) = 236+105+142=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC698E is #139671. Grayscale: #949494. Windows color (decimal): -1283698 or 9333228. OLE color: 9333228.
HSL color Cylindrical-coordinate representation of color #EC698E: hue angle of 343.05º 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 #EC698E is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 142 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.07 |
| HSL | 343.05º | 0.78% | 0.67% | - |
| HSV(B) | 343.05º | 0.56% | 0.93% | - |
| XYZ | 44.53 | 29.89 | 29.01 | - |
| YUV | 148.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 142 | 0 | 0.56 | 0.40 | 0.07 | 343.05 | 0.78 | 0.67 |
| Hex | EC | 69 | 8E | 0 | 38 | 28 | 7 | 157 | 4E | 43 |
| Octal | 354 | 151 | 216 | 0 | 70 | 50 | 7 | 527 | 116 | 103 |
| Binary | 11101100 | 1101001 | 10001110 | 0 | 111000 | 101000 | 111 | 101010111 | 1001110 | 1000011 |
Color Harmonies of #EC698E
Complementary color
Monochromatic Colors of #EC698E
Black with #EC698E
Text Example
Text Example
White with #EC698E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC698E; }
p { color: rgb(236,105,142); }
H1.HeaderClassName
{
color: #EC698E;
}
.AnyTagClassName
{
color: #EC698E;
}
</style>
background-color css
<style>
a { background-color: #EC698E; }
a { background-color: rgb(236,105,142); }
div.DivClassName
{
background-color: #EC698E;
}
.BgClassName
{
background-color: #EC698E;
}
</style>
border-color css
<style>
span { border-color: #EC698E; }
span { border-color: rgb(236,105,142); }
td.TdClassName
{
border-color: #EC698E;
}
.TagClassName
{
border-color: #EC698E;
}
</style>