Shades of Deep Blush #EC768C
Tints of Deep Blush #EC768C
RGB
CMYK
RGB Variations
Color information
#EC768C (or 0xEC768C) is known color: Deep Blush. HEX triplet: EC, 76 and 8C. RGB value is (236,118,140). Sum of RGB (Red+Green+Blue) = 236+118+140=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768C is #138973. Grayscale: #9B9B9B. Windows color (decimal): -1280372 or 9205484. OLE color: 9205484.
HSL color Cylindrical-coordinate representation of color #EC768C: hue angle of 348.81º 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 #EC768C is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 140 | - |
| CMYK | 0 | 0.5 | 0.41 | 0.07 |
| HSL | 348.81º | 0.76% | 0.69% | - |
| HSV(B) | 348.81º | 0.5% | 0.93% | - |
| XYZ | 45.8 | 32.68 | 28.71 | - |
| YUV | 155.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 140 | 0 | 0.5 | 0.41 | 0.07 | 348.81 | 0.76 | 0.69 |
| Hex | EC | 76 | 8C | 0 | 32 | 29 | 7 | 15D | 4C | 45 |
| Octal | 354 | 166 | 214 | 0 | 62 | 51 | 7 | 535 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10001100 | 0 | 110010 | 101001 | 111 | 101011101 | 1001100 | 1000101 |
Color Harmonies of #EC768C
Complementary color
Monochromatic Colors of #EC768C
Black with #EC768C
Text Example
Text Example
White with #EC768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC768C; }
p { color: rgb(236,118,140); }
H1.HeaderClassName
{
color: #EC768C;
}
.AnyTagClassName
{
color: #EC768C;
}
</style>
background-color css
<style>
a { background-color: #EC768C; }
a { background-color: rgb(236,118,140); }
div.DivClassName
{
background-color: #EC768C;
}
.BgClassName
{
background-color: #EC768C;
}
</style>
border-color css
<style>
span { border-color: #EC768C; }
span { border-color: rgb(236,118,140); }
td.TdClassName
{
border-color: #EC768C;
}
.TagClassName
{
border-color: #EC768C;
}
</style>