Shades of Deep Blush #EC7097
Tints of Deep Blush #EC7097
RGB
CMYK
RGB Variations
Color information
#EC7097 (or 0xEC7097) is known color: Deep Blush. HEX triplet: EC, 70 and 97. RGB value is (236,112,151). Sum of RGB (Red+Green+Blue) = 236+112+151=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7097 is #138F68. Grayscale: #999999. Windows color (decimal): -1281897 or 9924844. OLE color: 9924844.
HSL color Cylindrical-coordinate representation of color #EC7097: hue angle of 341.13º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7097 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 151 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.07 |
| HSL | 341.13º | 0.77% | 0.68% | - |
| HSV(B) | 341.13º | 0.53% | 0.93% | - |
| XYZ | 45.97 | 31.66 | 32.97 | - |
| YUV | 153.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 151 | 0 | 0.53 | 0.36 | 0.07 | 341.13 | 0.77 | 0.68 |
| Hex | EC | 70 | 97 | 0 | 35 | 24 | 7 | 155 | 4D | 44 |
| Octal | 354 | 160 | 227 | 0 | 65 | 44 | 7 | 525 | 115 | 104 |
| Binary | 11101100 | 1110000 | 10010111 | 0 | 110101 | 100100 | 111 | 101010101 | 1001101 | 1000100 |
Color Harmonies of #EC7097
Complementary color
Monochromatic Colors of #EC7097
Black with #EC7097
Text Example
Text Example
White with #EC7097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7097; }
p { color: rgb(236,112,151); }
H1.HeaderClassName
{
color: #EC7097;
}
.AnyTagClassName
{
color: #EC7097;
}
</style>
background-color css
<style>
a { background-color: #EC7097; }
a { background-color: rgb(236,112,151); }
div.DivClassName
{
background-color: #EC7097;
}
.BgClassName
{
background-color: #EC7097;
}
</style>
border-color css
<style>
span { border-color: #EC7097; }
span { border-color: rgb(236,112,151); }
td.TdClassName
{
border-color: #EC7097;
}
.TagClassName
{
border-color: #EC7097;
}
</style>