Shades of Deep Blush #EC6E93
Tints of Deep Blush #EC6E93
RGB
CMYK
RGB Variations
Color information
#EC6E93 (or 0xEC6E93) is known color: Deep Blush. HEX triplet: EC, 6E and 93. RGB value is (236,110,147). Sum of RGB (Red+Green+Blue) = 236+110+147=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E93 is #13916C. Grayscale: #979797. Windows color (decimal): -1282413 or 9662188. OLE color: 9662188.
HSL color Cylindrical-coordinate representation of color #EC6E93: hue angle of 342.38º 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 #EC6E93 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 147 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.07 |
| HSL | 342.38º | 0.77% | 0.68% | - |
| HSV(B) | 342.38º | 0.53% | 0.93% | - |
| XYZ | 45.43 | 31.09 | 31.21 | - |
| YUV | 151.89 | 125.24 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 147 | 0 | 0.53 | 0.38 | 0.07 | 342.38 | 0.77 | 0.68 |
| Hex | EC | 6E | 93 | 0 | 35 | 26 | 7 | 156 | 4D | 44 |
| Octal | 354 | 156 | 223 | 0 | 65 | 46 | 7 | 526 | 115 | 104 |
| Binary | 11101100 | 1101110 | 10010011 | 0 | 110101 | 100110 | 111 | 101010110 | 1001101 | 1000100 |
Color Harmonies of #EC6E93
Complementary color
Monochromatic Colors of #EC6E93
Black with #EC6E93
Text Example
Text Example
White with #EC6E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E93; }
p { color: rgb(236,110,147); }
H1.HeaderClassName
{
color: #EC6E93;
}
.AnyTagClassName
{
color: #EC6E93;
}
</style>
background-color css
<style>
a { background-color: #EC6E93; }
a { background-color: rgb(236,110,147); }
div.DivClassName
{
background-color: #EC6E93;
}
.BgClassName
{
background-color: #EC6E93;
}
</style>
border-color css
<style>
span { border-color: #EC6E93; }
span { border-color: rgb(236,110,147); }
td.TdClassName
{
border-color: #EC6E93;
}
.TagClassName
{
border-color: #EC6E93;
}
</style>