Shades of Dark Salmon #E98D7D
Tints of Dark Salmon #E98D7D
RGB
CMYK
RGB Variations
Color information
#E98D7D (or 0xE98D7D) is known color: Dark Salmon. HEX triplet: E9, 8D and 7D. RGB value is (233,141,125). Sum of RGB (Red+Green+Blue) = 233+141+125=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E98D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98D7D is #167282. Grayscale: #A6A6A6. Windows color (decimal): -1471107 or 8228329. OLE color: 8228329.
HSL color Cylindrical-coordinate representation of color #E98D7D: hue angle of 8.89º degrees, saturation: 0.71, 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 #E98D7D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 141 | 125 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.09 |
| HSL | 8.89º | 0.71% | 0.7% | - |
| HSV(B) | 8.89º | 0.46% | 0.91% | - |
| XYZ | 46.83 | 37.85 | 24.24 | - |
| YUV | 166.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 141 | 125 | 0 | 0.39 | 0.46 | 0.09 | 8.89 | 0.71 | 0.7 |
| Hex | E9 | 8D | 7D | 0 | 27 | 2E | 9 | 9 | 47 | 46 |
| Octal | 351 | 215 | 175 | 0 | 47 | 56 | 11 | 11 | 107 | 106 |
| Binary | 11101001 | 10001101 | 1111101 | 0 | 100111 | 101110 | 1001 | 1001 | 1000111 | 1000110 |
Color Harmonies of #E98D7D
Complementary color
Monochromatic Colors of #E98D7D
Black with #E98D7D
Text Example
Text Example
White with #E98D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98D7D; }
p { color: rgb(233,141,125); }
H1.HeaderClassName
{
color: #E98D7D;
}
.AnyTagClassName
{
color: #E98D7D;
}
</style>
background-color css
<style>
a { background-color: #E98D7D; }
a { background-color: rgb(233,141,125); }
div.DivClassName
{
background-color: #E98D7D;
}
.BgClassName
{
background-color: #E98D7D;
}
</style>
border-color css
<style>
span { border-color: #E98D7D; }
span { border-color: rgb(233,141,125); }
td.TdClassName
{
border-color: #E98D7D;
}
.TagClassName
{
border-color: #E98D7D;
}
</style>