Shades of Deep Blush #EC6A93
Tints of Deep Blush #EC6A93
RGB
CMYK
RGB Variations
Color information
#EC6A93 (or 0xEC6A93) is known color: Deep Blush. HEX triplet: EC, 6A and 93. RGB value is (236,106,147). Sum of RGB (Red+Green+Blue) = 236+106+147=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6A93 is #13956C. Grayscale: #959595. Windows color (decimal): -1283437 or 9661164. OLE color: 9661164.
HSL color Cylindrical-coordinate representation of color #EC6A93: hue angle of 341.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6A93 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 147 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.07 |
| HSL | 341.08º | 0.77% | 0.67% | - |
| HSV(B) | 341.08º | 0.55% | 0.93% | - |
| XYZ | 45.01 | 30.25 | 31.07 | - |
| YUV | 149.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 147 | 0 | 0.55 | 0.38 | 0.07 | 341.08 | 0.77 | 0.67 |
| Hex | EC | 6A | 93 | 0 | 37 | 26 | 7 | 155 | 4D | 43 |
| Octal | 354 | 152 | 223 | 0 | 67 | 46 | 7 | 525 | 115 | 103 |
| Binary | 11101100 | 1101010 | 10010011 | 0 | 110111 | 100110 | 111 | 101010101 | 1001101 | 1000011 |
Color Harmonies of #EC6A93
Complementary color
Monochromatic Colors of #EC6A93
Black with #EC6A93
Text Example
Text Example
White with #EC6A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6A93; }
p { color: rgb(236,106,147); }
H1.HeaderClassName
{
color: #EC6A93;
}
.AnyTagClassName
{
color: #EC6A93;
}
</style>
background-color css
<style>
a { background-color: #EC6A93; }
a { background-color: rgb(236,106,147); }
div.DivClassName
{
background-color: #EC6A93;
}
.BgClassName
{
background-color: #EC6A93;
}
</style>
border-color css
<style>
span { border-color: #EC6A93; }
span { border-color: rgb(236,106,147); }
td.TdClassName
{
border-color: #EC6A93;
}
.TagClassName
{
border-color: #EC6A93;
}
</style>