Shades of Deep Blush #EC6594
Tints of Deep Blush #EC6594
RGB
CMYK
RGB Variations
Color information
#EC6594 (or 0xEC6594) is known color: Deep Blush. HEX triplet: EC, 65 and 94. RGB value is (236,101,148). Sum of RGB (Red+Green+Blue) = 236+101+148=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6594 is #139A6B. Grayscale: #929292. Windows color (decimal): -1284716 or 9725420. OLE color: 9725420.
HSL color Cylindrical-coordinate representation of color #EC6594: hue angle of 339.11º 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 #EC6594 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 148 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.07 |
| HSL | 339.11º | 0.78% | 0.66% | - |
| HSV(B) | 339.11º | 0.57% | 0.93% | - |
| XYZ | 44.59 | 29.28 | 31.32 | - |
| YUV | 146.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 148 | 0 | 0.57 | 0.37 | 0.07 | 339.11 | 0.78 | 0.66 |
| Hex | EC | 65 | 94 | 0 | 39 | 25 | 7 | 153 | 4E | 42 |
| Octal | 354 | 145 | 224 | 0 | 71 | 45 | 7 | 523 | 116 | 102 |
| Binary | 11101100 | 1100101 | 10010100 | 0 | 111001 | 100101 | 111 | 101010011 | 1001110 | 1000010 |
Color Harmonies of #EC6594
Complementary color
Monochromatic Colors of #EC6594
Black with #EC6594
Text Example
Text Example
White with #EC6594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6594; }
p { color: rgb(236,101,148); }
H1.HeaderClassName
{
color: #EC6594;
}
.AnyTagClassName
{
color: #EC6594;
}
</style>
background-color css
<style>
a { background-color: #EC6594; }
a { background-color: rgb(236,101,148); }
div.DivClassName
{
background-color: #EC6594;
}
.BgClassName
{
background-color: #EC6594;
}
</style>
border-color css
<style>
span { border-color: #EC6594; }
span { border-color: rgb(236,101,148); }
td.TdClassName
{
border-color: #EC6594;
}
.TagClassName
{
border-color: #EC6594;
}
</style>