Shades of Deep Blush #EC6B91
Tints of Deep Blush #EC6B91
RGB
CMYK
RGB Variations
Color information
#EC6B91 (or 0xEC6B91) is known color: Deep Blush. HEX triplet: EC, 6B and 91. RGB value is (236,107,145). Sum of RGB (Red+Green+Blue) = 236+107+145=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6B91 is #13946E. Grayscale: #959595. Windows color (decimal): -1283183 or 9530348. OLE color: 9530348.
HSL color Cylindrical-coordinate representation of color #EC6B91: hue angle of 342.33º 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 #EC6B91 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 145 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.07 |
| HSL | 342.33º | 0.77% | 0.67% | - |
| HSV(B) | 342.33º | 0.55% | 0.93% | - |
| XYZ | 44.96 | 30.39 | 30.28 | - |
| YUV | 149.9 | 125.24 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 145 | 0 | 0.55 | 0.39 | 0.07 | 342.33 | 0.77 | 0.67 |
| Hex | EC | 6B | 91 | 0 | 37 | 27 | 7 | 156 | 4D | 43 |
| Octal | 354 | 153 | 221 | 0 | 67 | 47 | 7 | 526 | 115 | 103 |
| Binary | 11101100 | 1101011 | 10010001 | 0 | 110111 | 100111 | 111 | 101010110 | 1001101 | 1000011 |
Color Harmonies of #EC6B91
Complementary color
Monochromatic Colors of #EC6B91
Black with #EC6B91
Text Example
Text Example
White with #EC6B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6B91; }
p { color: rgb(236,107,145); }
H1.HeaderClassName
{
color: #EC6B91;
}
.AnyTagClassName
{
color: #EC6B91;
}
</style>
background-color css
<style>
a { background-color: #EC6B91; }
a { background-color: rgb(236,107,145); }
div.DivClassName
{
background-color: #EC6B91;
}
.BgClassName
{
background-color: #EC6B91;
}
</style>
border-color css
<style>
span { border-color: #EC6B91; }
span { border-color: rgb(236,107,145); }
td.TdClassName
{
border-color: #EC6B91;
}
.TagClassName
{
border-color: #EC6B91;
}
</style>