Shades of Dark Salmon #E88D6D
Tints of Dark Salmon #E88D6D
RGB
CMYK
RGB Variations
Color information
#E88D6D (or 0xE88D6D) is known color: Dark Salmon. HEX triplet: E8, 8D and 6D. RGB value is (232,141,109). Sum of RGB (Red+Green+Blue) = 232+141+109=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E88D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88D6D is #177292. Grayscale: #A4A4A4. Windows color (decimal): -1536659 or 7179752. OLE color: 7179752.
HSL color Cylindrical-coordinate representation of color #E88D6D: hue angle of 15.61º degrees, saturation: 0.73, 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 #E88D6D is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 141 | 109 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.09 |
| HSL | 15.61º | 0.73% | 0.67% | - |
| HSV(B) | 15.61º | 0.53% | 0.91% | - |
| XYZ | 45.56 | 37.31 | 19.27 | - |
| YUV | 164.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 141 | 109 | 0 | 0.39 | 0.53 | 0.09 | 15.61 | 0.73 | 0.67 |
| Hex | E8 | 8D | 6D | 0 | 27 | 35 | 9 | 10 | 49 | 43 |
| Octal | 350 | 215 | 155 | 0 | 47 | 65 | 11 | 20 | 111 | 103 |
| Binary | 11101000 | 10001101 | 1101101 | 0 | 100111 | 110101 | 1001 | 10000 | 1001001 | 1000011 |
Color Harmonies of #E88D6D
Complementary color
Monochromatic Colors of #E88D6D
Black with #E88D6D
Text Example
Text Example
White with #E88D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88D6D; }
p { color: rgb(232,141,109); }
H1.HeaderClassName
{
color: #E88D6D;
}
.AnyTagClassName
{
color: #E88D6D;
}
</style>
background-color css
<style>
a { background-color: #E88D6D; }
a { background-color: rgb(232,141,109); }
div.DivClassName
{
background-color: #E88D6D;
}
.BgClassName
{
background-color: #E88D6D;
}
</style>
border-color css
<style>
span { border-color: #E88D6D; }
span { border-color: rgb(232,141,109); }
td.TdClassName
{
border-color: #E88D6D;
}
.TagClassName
{
border-color: #E88D6D;
}
</style>