Shades of Deep Blush #EC6495
Tints of Deep Blush #EC6495
RGB
CMYK
RGB Variations
Color information
#EC6495 (or 0xEC6495) is known color: Deep Blush. HEX triplet: EC, 64 and 95. RGB value is (236,100,149). Sum of RGB (Red+Green+Blue) = 236+100+149=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6495 is #139B6A. Grayscale: #929292. Windows color (decimal): -1284971 or 9790700. OLE color: 9790700.
HSL color Cylindrical-coordinate representation of color #EC6495: hue angle of 338.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6495 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 149 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.07 |
| HSL | 338.38º | 0.78% | 0.66% | - |
| HSV(B) | 338.38º | 0.58% | 0.93% | - |
| XYZ | 44.57 | 29.12 | 31.7 | - |
| YUV | 146.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 149 | 0 | 0.58 | 0.37 | 0.07 | 338.38 | 0.78 | 0.66 |
| Hex | EC | 64 | 95 | 0 | 3A | 25 | 7 | 152 | 4E | 42 |
| Octal | 354 | 144 | 225 | 0 | 72 | 45 | 7 | 522 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10010101 | 0 | 111010 | 100101 | 111 | 101010010 | 1001110 | 1000010 |
Color Harmonies of #EC6495
Complementary color
Monochromatic Colors of #EC6495
Black with #EC6495
Text Example
Text Example
White with #EC6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6495; }
p { color: rgb(236,100,149); }
H1.HeaderClassName
{
color: #EC6495;
}
.AnyTagClassName
{
color: #EC6495;
}
</style>
background-color css
<style>
a { background-color: #EC6495; }
a { background-color: rgb(236,100,149); }
div.DivClassName
{
background-color: #EC6495;
}
.BgClassName
{
background-color: #EC6495;
}
</style>
border-color css
<style>
span { border-color: #EC6495; }
span { border-color: rgb(236,100,149); }
td.TdClassName
{
border-color: #EC6495;
}
.TagClassName
{
border-color: #EC6495;
}
</style>