Shades of Deep Blush #EC6494
Tints of Deep Blush #EC6494
RGB
CMYK
RGB Variations
Color information
#EC6494 (or 0xEC6494) is known color: Deep Blush. HEX triplet: EC, 64 and 94. RGB value is (236,100,148). Sum of RGB (Red+Green+Blue) = 236+100+148=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6494 is #139B6B. Grayscale: #929292. Windows color (decimal): -1284972 or 9725164. OLE color: 9725164.
HSL color Cylindrical-coordinate representation of color #EC6494: hue angle of 338.82º 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 #EC6494 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 148 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.07 |
| HSL | 338.82º | 0.78% | 0.66% | - |
| HSV(B) | 338.82º | 0.58% | 0.93% | - |
| XYZ | 44.49 | 29.09 | 31.29 | - |
| YUV | 146.14 | 129.06 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 148 | 0 | 0.58 | 0.37 | 0.07 | 338.82 | 0.78 | 0.66 |
| Hex | EC | 64 | 94 | 0 | 3A | 25 | 7 | 153 | 4E | 42 |
| Octal | 354 | 144 | 224 | 0 | 72 | 45 | 7 | 523 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10010100 | 0 | 111010 | 100101 | 111 | 101010011 | 1001110 | 1000010 |
Color Harmonies of #EC6494
Complementary color
Monochromatic Colors of #EC6494
Black with #EC6494
Text Example
Text Example
White with #EC6494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6494; }
p { color: rgb(236,100,148); }
H1.HeaderClassName
{
color: #EC6494;
}
.AnyTagClassName
{
color: #EC6494;
}
</style>
background-color css
<style>
a { background-color: #EC6494; }
a { background-color: rgb(236,100,148); }
div.DivClassName
{
background-color: #EC6494;
}
.BgClassName
{
background-color: #EC6494;
}
</style>
border-color css
<style>
span { border-color: #EC6494; }
span { border-color: rgb(236,100,148); }
td.TdClassName
{
border-color: #EC6494;
}
.TagClassName
{
border-color: #EC6494;
}
</style>