Shades of Deep Blush #EC6392
Tints of Deep Blush #EC6392
RGB
CMYK
RGB Variations
Color information
#EC6392 (or 0xEC6392) is known color: Deep Blush. HEX triplet: EC, 63 and 92. RGB value is (236,99,146). Sum of RGB (Red+Green+Blue) = 236+99+146=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6392 is #139C6D. Grayscale: #919191. Windows color (decimal): -1285230 or 9593836. OLE color: 9593836.
HSL color Cylindrical-coordinate representation of color #EC6392: hue angle of 339.42º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6392 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 146 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.07 |
| HSL | 339.42º | 0.78% | 0.66% | - |
| HSV(B) | 339.42º | 0.58% | 0.93% | - |
| XYZ | 44.24 | 28.83 | 30.43 | - |
| YUV | 145.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 146 | 0 | 0.58 | 0.38 | 0.07 | 339.42 | 0.78 | 0.66 |
| Hex | EC | 63 | 92 | 0 | 3A | 26 | 7 | 153 | 4E | 42 |
| Octal | 354 | 143 | 222 | 0 | 72 | 46 | 7 | 523 | 116 | 102 |
| Binary | 11101100 | 1100011 | 10010010 | 0 | 111010 | 100110 | 111 | 101010011 | 1001110 | 1000010 |
Color Harmonies of #EC6392
Complementary color
Monochromatic Colors of #EC6392
Black with #EC6392
Text Example
Text Example
White with #EC6392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6392; }
p { color: rgb(236,99,146); }
H1.HeaderClassName
{
color: #EC6392;
}
.AnyTagClassName
{
color: #EC6392;
}
</style>
background-color css
<style>
a { background-color: #EC6392; }
a { background-color: rgb(236,99,146); }
div.DivClassName
{
background-color: #EC6392;
}
.BgClassName
{
background-color: #EC6392;
}
</style>
border-color css
<style>
span { border-color: #EC6392; }
span { border-color: rgb(236,99,146); }
td.TdClassName
{
border-color: #EC6392;
}
.TagClassName
{
border-color: #EC6392;
}
</style>