Shades of Dark Salmon #E8937E
Tints of Dark Salmon #E8937E
RGB
CMYK
RGB Variations
Color information
#E8937E (or 0xE8937E) is known color: Dark Salmon. HEX triplet: E8, 93 and 7E. RGB value is (232,147,126). Sum of RGB (Red+Green+Blue) = 232+147+126=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8937E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8937E is #176C81. Grayscale: #AAAAAA. Windows color (decimal): -1535106 or 8295400. OLE color: 8295400.
HSL color Cylindrical-coordinate representation of color #E8937E: hue angle of 11.89º 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 #E8937E is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 126 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.09 |
| HSL | 11.89º | 0.7% | 0.7% | - |
| HSV(B) | 11.89º | 0.46% | 0.91% | - |
| XYZ | 47.48 | 39.53 | 24.87 | - |
| YUV | 170.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 126 | 0 | 0.37 | 0.46 | 0.09 | 11.89 | 0.7 | 0.7 |
| Hex | E8 | 93 | 7E | 0 | 25 | 2E | 9 | C | 46 | 46 |
| Octal | 350 | 223 | 176 | 0 | 45 | 56 | 11 | 14 | 106 | 106 |
| Binary | 11101000 | 10010011 | 1111110 | 0 | 100101 | 101110 | 1001 | 1100 | 1000110 | 1000110 |
Color Harmonies of #E8937E
Complementary color
Monochromatic Colors of #E8937E
Black with #E8937E
Text Example
Text Example
White with #E8937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8937E; }
p { color: rgb(232,147,126); }
H1.HeaderClassName
{
color: #E8937E;
}
.AnyTagClassName
{
color: #E8937E;
}
</style>
background-color css
<style>
a { background-color: #E8937E; }
a { background-color: rgb(232,147,126); }
div.DivClassName
{
background-color: #E8937E;
}
.BgClassName
{
background-color: #E8937E;
}
</style>
border-color css
<style>
span { border-color: #E8937E; }
span { border-color: rgb(232,147,126); }
td.TdClassName
{
border-color: #E8937E;
}
.TagClassName
{
border-color: #E8937E;
}
</style>