Shades of Deep Blush #EC7490
Tints of Deep Blush #EC7490
RGB
CMYK
RGB Variations
Color information
#EC7490 (or 0xEC7490) is known color: Deep Blush. HEX triplet: EC, 74 and 90. RGB value is (236,116,144). Sum of RGB (Red+Green+Blue) = 236+116+144=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7490 is #138B6F. Grayscale: #9B9B9B. Windows color (decimal): -1280880 or 9467116. OLE color: 9467116.
HSL color Cylindrical-coordinate representation of color #EC7490: hue angle of 346º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7490 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 144 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.07 |
| HSL | 346º | 0.76% | 0.69% | - |
| HSV(B) | 346º | 0.51% | 0.93% | - |
| XYZ | 45.87 | 32.34 | 30.21 | - |
| YUV | 155.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 144 | 0 | 0.51 | 0.39 | 0.07 | 346 | 0.76 | 0.69 |
| Hex | EC | 74 | 90 | 0 | 33 | 27 | 7 | 15A | 4C | 45 |
| Octal | 354 | 164 | 220 | 0 | 63 | 47 | 7 | 532 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10010000 | 0 | 110011 | 100111 | 111 | 101011010 | 1001100 | 1000101 |
Color Harmonies of #EC7490
Complementary color
Monochromatic Colors of #EC7490
Black with #EC7490
Text Example
Text Example
White with #EC7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7490; }
p { color: rgb(236,116,144); }
H1.HeaderClassName
{
color: #EC7490;
}
.AnyTagClassName
{
color: #EC7490;
}
</style>
background-color css
<style>
a { background-color: #EC7490; }
a { background-color: rgb(236,116,144); }
div.DivClassName
{
background-color: #EC7490;
}
.BgClassName
{
background-color: #EC7490;
}
</style>
border-color css
<style>
span { border-color: #EC7490; }
span { border-color: rgb(236,116,144); }
td.TdClassName
{
border-color: #EC7490;
}
.TagClassName
{
border-color: #EC7490;
}
</style>