Shades of Dark Salmon #E98E6E
Tints of Dark Salmon #E98E6E
RGB
CMYK
RGB Variations
Color information
#E98E6E (or 0xE98E6E) is known color: Dark Salmon. HEX triplet: E9, 8E and 6E. RGB value is (233,142,110). Sum of RGB (Red+Green+Blue) = 233+142+110=485 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.04% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98E6E is #167191. Grayscale: #A5A5A5. Windows color (decimal): -1470866 or 7245545. OLE color: 7245545.
HSL color Cylindrical-coordinate representation of color #E98E6E: hue angle of 15.61º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E98E6E is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 110 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.09 |
| HSL | 15.61º | 0.74% | 0.67% | - |
| HSV(B) | 15.61º | 0.53% | 0.91% | - |
| XYZ | 46.09 | 37.8 | 19.62 | - |
| YUV | 165.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 110 | 0 | 0.39 | 0.53 | 0.09 | 15.61 | 0.74 | 0.67 |
| Hex | E9 | 8E | 6E | 0 | 27 | 35 | 9 | 10 | 4A | 43 |
| Octal | 351 | 216 | 156 | 0 | 47 | 65 | 11 | 20 | 112 | 103 |
| Binary | 11101001 | 10001110 | 1101110 | 0 | 100111 | 110101 | 1001 | 10000 | 1001010 | 1000011 |
Color Harmonies of #E98E6E
Complementary color
Monochromatic Colors of #E98E6E
Black with #E98E6E
Text Example
Text Example
White with #E98E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E6E; }
p { color: rgb(233,142,110); }
H1.HeaderClassName
{
color: #E98E6E;
}
.AnyTagClassName
{
color: #E98E6E;
}
</style>
background-color css
<style>
a { background-color: #E98E6E; }
a { background-color: rgb(233,142,110); }
div.DivClassName
{
background-color: #E98E6E;
}
.BgClassName
{
background-color: #E98E6E;
}
</style>
border-color css
<style>
span { border-color: #E98E6E; }
span { border-color: rgb(233,142,110); }
td.TdClassName
{
border-color: #E98E6E;
}
.TagClassName
{
border-color: #E98E6E;
}
</style>