Shades of Dark Salmon #E8977E
Tints of Dark Salmon #E8977E
RGB
CMYK
RGB Variations
Color information
#E8977E (or 0xE8977E) is known color: Dark Salmon. HEX triplet: E8, 97 and 7E. RGB value is (232,151,126). Sum of RGB (Red+Green+Blue) = 232+151+126=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8977E is #176881. Grayscale: #ACACAC. Windows color (decimal): -1534082 or 8296424. OLE color: 8296424.
HSL color Cylindrical-coordinate representation of color #E8977E: hue angle of 14.15º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E8977E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 151 | 126 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.09 |
| HSL | 14.15º | 0.7% | 0.7% | - |
| HSV(B) | 14.15º | 0.46% | 0.91% | - |
| XYZ | 48.11 | 40.8 | 25.08 | - |
| YUV | 172.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 151 | 126 | 0 | 0.35 | 0.46 | 0.09 | 14.15 | 0.7 | 0.7 |
| Hex | E8 | 97 | 7E | 0 | 23 | 2E | 9 | E | 46 | 46 |
| Octal | 350 | 227 | 176 | 0 | 43 | 56 | 11 | 16 | 106 | 106 |
| Binary | 11101000 | 10010111 | 1111110 | 0 | 100011 | 101110 | 1001 | 1110 | 1000110 | 1000110 |
Color Harmonies of #E8977E
Complementary color
Monochromatic Colors of #E8977E
Black with #E8977E
Text Example
Text Example
White with #E8977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8977E; }
p { color: rgb(232,151,126); }
H1.HeaderClassName
{
color: #E8977E;
}
.AnyTagClassName
{
color: #E8977E;
}
</style>
background-color css
<style>
a { background-color: #E8977E; }
a { background-color: rgb(232,151,126); }
div.DivClassName
{
background-color: #E8977E;
}
.BgClassName
{
background-color: #E8977E;
}
</style>
border-color css
<style>
span { border-color: #E8977E; }
span { border-color: rgb(232,151,126); }
td.TdClassName
{
border-color: #E8977E;
}
.TagClassName
{
border-color: #E8977E;
}
</style>