Shades of Deep Blush #EC7492
Tints of Deep Blush #EC7492
RGB
CMYK
RGB Variations
Color information
#EC7492 (or 0xEC7492) is known color: Deep Blush. HEX triplet: EC, 74 and 92. RGB value is (236,116,146). Sum of RGB (Red+Green+Blue) = 236+116+146=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7492 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7492 is #138B6D. Grayscale: #9B9B9B. Windows color (decimal): -1280878 or 9598188. OLE color: 9598188.
HSL color Cylindrical-coordinate representation of color #EC7492: hue angle of 345º 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 #EC7492 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 146 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.07 |
| HSL | 345º | 0.76% | 0.69% | - |
| HSV(B) | 345º | 0.51% | 0.93% | - |
| XYZ | 46.03 | 32.4 | 31.02 | - |
| YUV | 155.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 146 | 0 | 0.51 | 0.38 | 0.07 | 345 | 0.76 | 0.69 |
| Hex | EC | 74 | 92 | 0 | 33 | 26 | 7 | 159 | 4C | 45 |
| Octal | 354 | 164 | 222 | 0 | 63 | 46 | 7 | 531 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10010010 | 0 | 110011 | 100110 | 111 | 101011001 | 1001100 | 1000101 |
Color Harmonies of #EC7492
Complementary color
Monochromatic Colors of #EC7492
Black with #EC7492
Text Example
Text Example
White with #EC7492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7492; }
p { color: rgb(236,116,146); }
H1.HeaderClassName
{
color: #EC7492;
}
.AnyTagClassName
{
color: #EC7492;
}
</style>
background-color css
<style>
a { background-color: #EC7492; }
a { background-color: rgb(236,116,146); }
div.DivClassName
{
background-color: #EC7492;
}
.BgClassName
{
background-color: #EC7492;
}
</style>
border-color css
<style>
span { border-color: #EC7492; }
span { border-color: rgb(236,116,146); }
td.TdClassName
{
border-color: #EC7492;
}
.TagClassName
{
border-color: #EC7492;
}
</style>