Shades of Deep Blush #EC6695
Tints of Deep Blush #EC6695
RGB
CMYK
RGB Variations
Color information
#EC6695 (or 0xEC6695) is known color: Deep Blush. HEX triplet: EC, 66 and 95. RGB value is (236,102,149). Sum of RGB (Red+Green+Blue) = 236+102+149=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6695 is #13996A. Grayscale: #939393. Windows color (decimal): -1284459 or 9791212. OLE color: 9791212.
HSL color Cylindrical-coordinate representation of color #EC6695: hue angle of 338.96º 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 #EC6695 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 149 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.07 |
| HSL | 338.96º | 0.78% | 0.66% | - |
| HSV(B) | 338.96º | 0.57% | 0.93% | - |
| XYZ | 44.77 | 29.51 | 31.77 | - |
| YUV | 147.42 | 128.89 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 149 | 0 | 0.57 | 0.37 | 0.07 | 338.96 | 0.78 | 0.66 |
| Hex | EC | 66 | 95 | 0 | 39 | 25 | 7 | 153 | 4E | 42 |
| Octal | 354 | 146 | 225 | 0 | 71 | 45 | 7 | 523 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10010101 | 0 | 111001 | 100101 | 111 | 101010011 | 1001110 | 1000010 |
Color Harmonies of #EC6695
Complementary color
Monochromatic Colors of #EC6695
Black with #EC6695
Text Example
Text Example
White with #EC6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6695; }
p { color: rgb(236,102,149); }
H1.HeaderClassName
{
color: #EC6695;
}
.AnyTagClassName
{
color: #EC6695;
}
</style>
background-color css
<style>
a { background-color: #EC6695; }
a { background-color: rgb(236,102,149); }
div.DivClassName
{
background-color: #EC6695;
}
.BgClassName
{
background-color: #EC6695;
}
</style>
border-color css
<style>
span { border-color: #EC6695; }
span { border-color: rgb(236,102,149); }
td.TdClassName
{
border-color: #EC6695;
}
.TagClassName
{
border-color: #EC6695;
}
</style>