Shades of Dark Salmon #E98E7A
Tints of Dark Salmon #E98E7A
RGB
CMYK
RGB Variations
Color information
#E98E7A (or 0xE98E7A) is known color: Dark Salmon. HEX triplet: E9, 8E and 7A. RGB value is (233,142,122). Sum of RGB (Red+Green+Blue) = 233+142+122=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98E7A is #167185. Grayscale: #A7A7A7. Windows color (decimal): -1470854 or 8031977. OLE color: 8031977.
HSL color Cylindrical-coordinate representation of color #E98E7A: hue angle of 10.81º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E98E7A is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 142 | 122 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.09 |
| HSL | 10.81º | 0.72% | 0.7% | - |
| HSV(B) | 10.81º | 0.48% | 0.91% | - |
| XYZ | 46.79 | 38.07 | 23.3 | - |
| YUV | 166.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 142 | 122 | 0 | 0.39 | 0.48 | 0.09 | 10.81 | 0.72 | 0.7 |
| Hex | E9 | 8E | 7A | 0 | 27 | 30 | 9 | B | 48 | 46 |
| Octal | 351 | 216 | 172 | 0 | 47 | 60 | 11 | 13 | 110 | 106 |
| Binary | 11101001 | 10001110 | 1111010 | 0 | 100111 | 110000 | 1001 | 1011 | 1001000 | 1000110 |
Color Harmonies of #E98E7A
Complementary color
Monochromatic Colors of #E98E7A
Black with #E98E7A
Text Example
Text Example
White with #E98E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98E7A; }
p { color: rgb(233,142,122); }
H1.HeaderClassName
{
color: #E98E7A;
}
.AnyTagClassName
{
color: #E98E7A;
}
</style>
background-color css
<style>
a { background-color: #E98E7A; }
a { background-color: rgb(233,142,122); }
div.DivClassName
{
background-color: #E98E7A;
}
.BgClassName
{
background-color: #E98E7A;
}
</style>
border-color css
<style>
span { border-color: #E98E7A; }
span { border-color: rgb(233,142,122); }
td.TdClassName
{
border-color: #E98E7A;
}
.TagClassName
{
border-color: #E98E7A;
}
</style>