Shades of Deep Blush #EC6888
Tints of Deep Blush #EC6888
RGB
CMYK
RGB Variations
Color information
#EC6888 (or 0xEC6888) is known color: Deep Blush. HEX triplet: EC, 68 and 88. RGB value is (236,104,136). Sum of RGB (Red+Green+Blue) = 236+104+136=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6888 is #139777. Grayscale: #939393. Windows color (decimal): -1283960 or 8939756. OLE color: 8939756.
HSL color Cylindrical-coordinate representation of color #EC6888: hue angle of 345.45º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6888 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 136 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.07 |
| HSL | 345.45º | 0.78% | 0.67% | - |
| HSV(B) | 345.45º | 0.56% | 0.93% | - |
| XYZ | 43.99 | 29.51 | 26.67 | - |
| YUV | 147.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 136 | 0 | 0.56 | 0.42 | 0.07 | 345.45 | 0.78 | 0.67 |
| Hex | EC | 68 | 88 | 0 | 38 | 2A | 7 | 159 | 4E | 43 |
| Octal | 354 | 150 | 210 | 0 | 70 | 52 | 7 | 531 | 116 | 103 |
| Binary | 11101100 | 1101000 | 10001000 | 0 | 111000 | 101010 | 111 | 101011001 | 1001110 | 1000011 |
Color Harmonies of #EC6888
Complementary color
Monochromatic Colors of #EC6888
Black with #EC6888
Text Example
Text Example
White with #EC6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6888; }
p { color: rgb(236,104,136); }
H1.HeaderClassName
{
color: #EC6888;
}
.AnyTagClassName
{
color: #EC6888;
}
</style>
background-color css
<style>
a { background-color: #EC6888; }
a { background-color: rgb(236,104,136); }
div.DivClassName
{
background-color: #EC6888;
}
.BgClassName
{
background-color: #EC6888;
}
</style>
border-color css
<style>
span { border-color: #EC6888; }
span { border-color: rgb(236,104,136); }
td.TdClassName
{
border-color: #EC6888;
}
.TagClassName
{
border-color: #EC6888;
}
</style>