Shades of Deep Blush #EC6D91
Tints of Deep Blush #EC6D91
RGB
CMYK
RGB Variations
Color information
#EC6D91 (or 0xEC6D91) is known color: Deep Blush. HEX triplet: EC, 6D and 91. RGB value is (236,109,145). Sum of RGB (Red+Green+Blue) = 236+109+145=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6D91 is #13926E. Grayscale: #979797. Windows color (decimal): -1282671 or 9530860. OLE color: 9530860.
HSL color Cylindrical-coordinate representation of color #EC6D91: hue angle of 342.99º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6D91 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 109 | 145 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.07 |
| HSL | 342.99º | 0.77% | 0.68% | - |
| HSV(B) | 342.99º | 0.54% | 0.93% | - |
| XYZ | 45.17 | 30.81 | 30.36 | - |
| YUV | 151.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 109 | 145 | 0 | 0.54 | 0.39 | 0.07 | 342.99 | 0.77 | 0.68 |
| Hex | EC | 6D | 91 | 0 | 36 | 27 | 7 | 157 | 4D | 44 |
| Octal | 354 | 155 | 221 | 0 | 66 | 47 | 7 | 527 | 115 | 104 |
| Binary | 11101100 | 1101101 | 10010001 | 0 | 110110 | 100111 | 111 | 101010111 | 1001101 | 1000100 |
Color Harmonies of #EC6D91
Complementary color
Monochromatic Colors of #EC6D91
Black with #EC6D91
Text Example
Text Example
White with #EC6D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6D91; }
p { color: rgb(236,109,145); }
H1.HeaderClassName
{
color: #EC6D91;
}
.AnyTagClassName
{
color: #EC6D91;
}
</style>
background-color css
<style>
a { background-color: #EC6D91; }
a { background-color: rgb(236,109,145); }
div.DivClassName
{
background-color: #EC6D91;
}
.BgClassName
{
background-color: #EC6D91;
}
</style>
border-color css
<style>
span { border-color: #EC6D91; }
span { border-color: rgb(236,109,145); }
td.TdClassName
{
border-color: #EC6D91;
}
.TagClassName
{
border-color: #EC6D91;
}
</style>