Shades of Deep Blush #EB768C
Tints of Deep Blush #EB768C
RGB
CMYK
RGB Variations
Color information
#EB768C (or 0xEB768C) is known color: Deep Blush. HEX triplet: EB, 76 and 8C. RGB value is (235,118,140). Sum of RGB (Red+Green+Blue) = 235+118+140=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB768C is #148973. Grayscale: #9B9B9B. Windows color (decimal): -1345908 or 9205483. OLE color: 9205483.
HSL color Cylindrical-coordinate representation of color #EB768C: hue angle of 348.72º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB768C is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 140 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.08 |
| HSL | 348.72º | 0.75% | 0.69% | - |
| HSV(B) | 348.72º | 0.5% | 0.92% | - |
| XYZ | 45.47 | 32.51 | 28.69 | - |
| YUV | 155.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 140 | 0 | 0.50 | 0.40 | 0.08 | 348.72 | 0.75 | 0.69 |
| Hex | EB | 76 | 8C | 0 | 32 | 28 | 8 | 15D | 4B | 45 |
| Octal | 353 | 166 | 214 | 0 | 62 | 50 | 10 | 535 | 113 | 105 |
| Binary | 11101011 | 1110110 | 10001100 | 0 | 110010 | 101000 | 1000 | 101011101 | 1001011 | 1000101 |
Color Harmonies of #EB768C
Complementary color
Monochromatic Colors of #EB768C
Black with #EB768C
Text Example
Text Example
White with #EB768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB768C; }
p { color: rgb(235,118,140); }
H1.HeaderClassName
{
color: #EB768C;
}
.AnyTagClassName
{
color: #EB768C;
}
</style>
background-color css
<style>
a { background-color: #EB768C; }
a { background-color: rgb(235,118,140); }
div.DivClassName
{
background-color: #EB768C;
}
.BgClassName
{
background-color: #EB768C;
}
</style>
border-color css
<style>
span { border-color: #EB768C; }
span { border-color: rgb(235,118,140); }
td.TdClassName
{
border-color: #EB768C;
}
.TagClassName
{
border-color: #EB768C;
}
</style>