Shades of Deep Blush #EC768B
Tints of Deep Blush #EC768B
RGB
CMYK
RGB Variations
Color information
#EC768B (or 0xEC768B) is known color: Deep Blush. HEX triplet: EC, 76 and 8B. RGB value is (236,118,139). Sum of RGB (Red+Green+Blue) = 236+118+139=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768B is #138974. Grayscale: #9B9B9B. Windows color (decimal): -1280373 or 9139948. OLE color: 9139948.
HSL color Cylindrical-coordinate representation of color #EC768B: hue angle of 349.32º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC768B is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 139 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.07 |
| HSL | 349.32º | 0.76% | 0.69% | - |
| HSV(B) | 349.32º | 0.5% | 0.93% | - |
| XYZ | 45.73 | 32.65 | 28.32 | - |
| YUV | 155.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 139 | 0 | 0.5 | 0.41 | 0.07 | 349.32 | 0.76 | 0.69 |
| Hex | EC | 76 | 8B | 0 | 32 | 29 | 7 | 15D | 4C | 45 |
| Octal | 354 | 166 | 213 | 0 | 62 | 51 | 7 | 535 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10001011 | 0 | 110010 | 101001 | 111 | 101011101 | 1001100 | 1000101 |
Color Harmonies of #EC768B
Complementary color
Monochromatic Colors of #EC768B
Black with #EC768B
Text Example
Text Example
White with #EC768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC768B; }
p { color: rgb(236,118,139); }
H1.HeaderClassName
{
color: #EC768B;
}
.AnyTagClassName
{
color: #EC768B;
}
</style>
background-color css
<style>
a { background-color: #EC768B; }
a { background-color: rgb(236,118,139); }
div.DivClassName
{
background-color: #EC768B;
}
.BgClassName
{
background-color: #EC768B;
}
</style>
border-color css
<style>
span { border-color: #EC768B; }
span { border-color: rgb(236,118,139); }
td.TdClassName
{
border-color: #EC768B;
}
.TagClassName
{
border-color: #EC768B;
}
</style>