Shades of Deep Blush #E7768B
Tints of Deep Blush #E7768B
RGB
CMYK
RGB Variations
Color information
#E7768B (or 0xE7768B) is known color: Deep Blush. HEX triplet: E7, 76 and 8B. RGB value is (231,118,139). Sum of RGB (Red+Green+Blue) = 231+118+139=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7768B is #188974. Grayscale: #9A9A9A. Windows color (decimal): -1608053 or 9139943. OLE color: 9139943.
HSL color Cylindrical-coordinate representation of color #E7768B: hue angle of 348.85º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7768B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 139 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.09 |
| HSL | 348.85º | 0.7% | 0.68% | - |
| HSV(B) | 348.85º | 0.49% | 0.91% | - |
| XYZ | 44.09 | 31.81 | 28.24 | - |
| YUV | 154.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 139 | 0 | 0.49 | 0.40 | 0.09 | 348.85 | 0.7 | 0.68 |
| Hex | E7 | 76 | 8B | 0 | 31 | 28 | 9 | 15D | 46 | 44 |
| Octal | 347 | 166 | 213 | 0 | 61 | 50 | 11 | 535 | 106 | 104 |
| Binary | 11100111 | 1110110 | 10001011 | 0 | 110001 | 101000 | 1001 | 101011101 | 1000110 | 1000100 |
Color Harmonies of #E7768B
Complementary color
Monochromatic Colors of #E7768B
Black with #E7768B
Text Example
Text Example
White with #E7768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7768B; }
p { color: rgb(231,118,139); }
H1.HeaderClassName
{
color: #E7768B;
}
.AnyTagClassName
{
color: #E7768B;
}
</style>
background-color css
<style>
a { background-color: #E7768B; }
a { background-color: rgb(231,118,139); }
div.DivClassName
{
background-color: #E7768B;
}
.BgClassName
{
background-color: #E7768B;
}
</style>
border-color css
<style>
span { border-color: #E7768B; }
span { border-color: rgb(231,118,139); }
td.TdClassName
{
border-color: #E7768B;
}
.TagClassName
{
border-color: #E7768B;
}
</style>