Shades of Deep Blush #EC7293
Tints of Deep Blush #EC7293
RGB
CMYK
RGB Variations
Color information
#EC7293 (or 0xEC7293) is known color: Deep Blush. HEX triplet: EC, 72 and 93. RGB value is (236,114,147). Sum of RGB (Red+Green+Blue) = 236+114+147=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7293 is #138D6C. Grayscale: #9A9A9A. Windows color (decimal): -1281389 or 9663212. OLE color: 9663212.
HSL color Cylindrical-coordinate representation of color #EC7293: hue angle of 343.77º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC7293 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 147 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.07 |
| HSL | 343.77º | 0.76% | 0.69% | - |
| HSV(B) | 343.77º | 0.52% | 0.93% | - |
| XYZ | 45.88 | 31.97 | 31.36 | - |
| YUV | 154.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 147 | 0 | 0.52 | 0.38 | 0.07 | 343.77 | 0.76 | 0.69 |
| Hex | EC | 72 | 93 | 0 | 34 | 26 | 7 | 158 | 4C | 45 |
| Octal | 354 | 162 | 223 | 0 | 64 | 46 | 7 | 530 | 114 | 105 |
| Binary | 11101100 | 1110010 | 10010011 | 0 | 110100 | 100110 | 111 | 101011000 | 1001100 | 1000101 |
Color Harmonies of #EC7293
Complementary color
Monochromatic Colors of #EC7293
Black with #EC7293
Text Example
Text Example
White with #EC7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7293; }
p { color: rgb(236,114,147); }
H1.HeaderClassName
{
color: #EC7293;
}
.AnyTagClassName
{
color: #EC7293;
}
</style>
background-color css
<style>
a { background-color: #EC7293; }
a { background-color: rgb(236,114,147); }
div.DivClassName
{
background-color: #EC7293;
}
.BgClassName
{
background-color: #EC7293;
}
</style>
border-color css
<style>
span { border-color: #EC7293; }
span { border-color: rgb(236,114,147); }
td.TdClassName
{
border-color: #EC7293;
}
.TagClassName
{
border-color: #EC7293;
}
</style>