Shades of Deep Blush #EC6C93
Tints of Deep Blush #EC6C93
RGB
CMYK
RGB Variations
Color information
#EC6C93 (or 0xEC6C93) is known color: Deep Blush. HEX triplet: EC, 6C and 93. RGB value is (236,108,147). Sum of RGB (Red+Green+Blue) = 236+108+147=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C93 is #13936C. Grayscale: #969696. Windows color (decimal): -1282925 or 9661676. OLE color: 9661676.
HSL color Cylindrical-coordinate representation of color #EC6C93: hue angle of 341.72º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6C93 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 147 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.07 |
| HSL | 341.72º | 0.77% | 0.67% | - |
| HSV(B) | 341.72º | 0.54% | 0.93% | - |
| XYZ | 45.22 | 30.66 | 31.14 | - |
| YUV | 150.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 147 | 0 | 0.54 | 0.38 | 0.07 | 341.72 | 0.77 | 0.67 |
| Hex | EC | 6C | 93 | 0 | 36 | 26 | 7 | 156 | 4D | 43 |
| Octal | 354 | 154 | 223 | 0 | 66 | 46 | 7 | 526 | 115 | 103 |
| Binary | 11101100 | 1101100 | 10010011 | 0 | 110110 | 100110 | 111 | 101010110 | 1001101 | 1000011 |
Color Harmonies of #EC6C93
Complementary color
Monochromatic Colors of #EC6C93
Black with #EC6C93
Text Example
Text Example
White with #EC6C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C93; }
p { color: rgb(236,108,147); }
H1.HeaderClassName
{
color: #EC6C93;
}
.AnyTagClassName
{
color: #EC6C93;
}
</style>
background-color css
<style>
a { background-color: #EC6C93; }
a { background-color: rgb(236,108,147); }
div.DivClassName
{
background-color: #EC6C93;
}
.BgClassName
{
background-color: #EC6C93;
}
</style>
border-color css
<style>
span { border-color: #EC6C93; }
span { border-color: rgb(236,108,147); }
td.TdClassName
{
border-color: #EC6C93;
}
.TagClassName
{
border-color: #EC6C93;
}
</style>