Shades of Deep Blush #E7768A
Tints of Deep Blush #E7768A
RGB
CMYK
RGB Variations
Color information
#E7768A (or 0xE7768A) is known color: Deep Blush. HEX triplet: E7, 76 and 8A. RGB value is (231,118,138). Sum of RGB (Red+Green+Blue) = 231+118+138=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7768A is #188975. Grayscale: #9A9A9A. Windows color (decimal): -1608054 or 9074407. OLE color: 9074407.
HSL color Cylindrical-coordinate representation of color #E7768A: hue angle of 349.38º 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 #E7768A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 138 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.09 |
| HSL | 349.38º | 0.7% | 0.68% | - |
| HSV(B) | 349.38º | 0.49% | 0.91% | - |
| XYZ | 44.02 | 31.78 | 27.86 | - |
| YUV | 154.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 138 | 0 | 0.49 | 0.40 | 0.09 | 349.38 | 0.7 | 0.68 |
| Hex | E7 | 76 | 8A | 0 | 31 | 28 | 9 | 15D | 46 | 44 |
| Octal | 347 | 166 | 212 | 0 | 61 | 50 | 11 | 535 | 106 | 104 |
| Binary | 11100111 | 1110110 | 10001010 | 0 | 110001 | 101000 | 1001 | 101011101 | 1000110 | 1000100 |
Color Harmonies of #E7768A
Complementary color
Monochromatic Colors of #E7768A
Black with #E7768A
Text Example
Text Example
White with #E7768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7768A; }
p { color: rgb(231,118,138); }
H1.HeaderClassName
{
color: #E7768A;
}
.AnyTagClassName
{
color: #E7768A;
}
</style>
background-color css
<style>
a { background-color: #E7768A; }
a { background-color: rgb(231,118,138); }
div.DivClassName
{
background-color: #E7768A;
}
.BgClassName
{
background-color: #E7768A;
}
</style>
border-color css
<style>
span { border-color: #E7768A; }
span { border-color: rgb(231,118,138); }
td.TdClassName
{
border-color: #E7768A;
}
.TagClassName
{
border-color: #E7768A;
}
</style>