Shades of Deep Blush #EC6691
Tints of Deep Blush #EC6691
RGB
CMYK
RGB Variations
Color information
#EC6691 (or 0xEC6691) is known color: Deep Blush. HEX triplet: EC, 66 and 91. RGB value is (236,102,145). Sum of RGB (Red+Green+Blue) = 236+102+145=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6691 is #13996E. Grayscale: #929292. Windows color (decimal): -1284463 or 9529068. OLE color: 9529068.
HSL color Cylindrical-coordinate representation of color #EC6691: hue angle of 340.75º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC6691 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 145 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.07 |
| HSL | 340.75º | 0.78% | 0.66% | - |
| HSV(B) | 340.75º | 0.57% | 0.93% | - |
| XYZ | 44.45 | 29.38 | 30.12 | - |
| YUV | 146.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 145 | 0 | 0.57 | 0.39 | 0.07 | 340.75 | 0.78 | 0.66 |
| Hex | EC | 66 | 91 | 0 | 39 | 27 | 7 | 155 | 4E | 42 |
| Octal | 354 | 146 | 221 | 0 | 71 | 47 | 7 | 525 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10010001 | 0 | 111001 | 100111 | 111 | 101010101 | 1001110 | 1000010 |
Color Harmonies of #EC6691
Complementary color
Monochromatic Colors of #EC6691
Black with #EC6691
Text Example
Text Example
White with #EC6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6691; }
p { color: rgb(236,102,145); }
H1.HeaderClassName
{
color: #EC6691;
}
.AnyTagClassName
{
color: #EC6691;
}
</style>
background-color css
<style>
a { background-color: #EC6691; }
a { background-color: rgb(236,102,145); }
div.DivClassName
{
background-color: #EC6691;
}
.BgClassName
{
background-color: #EC6691;
}
</style>
border-color css
<style>
span { border-color: #EC6691; }
span { border-color: rgb(236,102,145); }
td.TdClassName
{
border-color: #EC6691;
}
.TagClassName
{
border-color: #EC6691;
}
</style>