Shades of Deep Blush #EC6591
Tints of Deep Blush #EC6591
RGB
CMYK
RGB Variations
Color information
#EC6591 (or 0xEC6591) is known color: Deep Blush. HEX triplet: EC, 65 and 91. RGB value is (236,101,145). Sum of RGB (Red+Green+Blue) = 236+101+145=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6591 is #139A6E. Grayscale: #929292. Windows color (decimal): -1284719 or 9528812. OLE color: 9528812.
HSL color Cylindrical-coordinate representation of color #EC6591: hue angle of 340.44º 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 #EC6591 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 145 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.07 |
| HSL | 340.44º | 0.78% | 0.66% | - |
| HSV(B) | 340.44º | 0.57% | 0.93% | - |
| XYZ | 44.36 | 29.18 | 30.08 | - |
| YUV | 146.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 145 | 0 | 0.57 | 0.39 | 0.07 | 340.44 | 0.78 | 0.66 |
| Hex | EC | 65 | 91 | 0 | 39 | 27 | 7 | 154 | 4E | 42 |
| Octal | 354 | 145 | 221 | 0 | 71 | 47 | 7 | 524 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10010001 | 0 | 111001 | 100111 | 111 | 101010100 | 1001110 | 1000010 |
Color Harmonies of #EC6591
Complementary color
Monochromatic Colors of #EC6591
Black with #EC6591
Text Example
Text Example
White with #EC6591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6591; }
p { color: rgb(236,101,145); }
H1.HeaderClassName
{
color: #EC6591;
}
.AnyTagClassName
{
color: #EC6591;
}
</style>
background-color css
<style>
a { background-color: #EC6591; }
a { background-color: rgb(236,101,145); }
div.DivClassName
{
background-color: #EC6591;
}
.BgClassName
{
background-color: #EC6591;
}
</style>
border-color css
<style>
span { border-color: #EC6591; }
span { border-color: rgb(236,101,145); }
td.TdClassName
{
border-color: #EC6591;
}
.TagClassName
{
border-color: #EC6591;
}
</style>