Shades of Dark Salmon #E89881
Tints of Dark Salmon #E89881
RGB
CMYK
RGB Variations
Color information
#E89881 (or 0xE89881) is known color: Dark Salmon. HEX triplet: E8, 98 and 81. RGB value is (232,152,129). Sum of RGB (Red+Green+Blue) = 232+152+129=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E89881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89881 is #17677E. Grayscale: #ADADAD. Windows color (decimal): -1533823 or 8493288. OLE color: 8493288.
HSL color Cylindrical-coordinate representation of color #E89881: hue angle of 13.4º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E89881 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 129 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.09 |
| HSL | 13.4º | 0.69% | 0.71% | - |
| HSV(B) | 13.4º | 0.44% | 0.91% | - |
| XYZ | 48.47 | 41.2 | 26.17 | - |
| YUV | 173.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 129 | 0 | 0.34 | 0.44 | 0.09 | 13.4 | 0.69 | 0.71 |
| Hex | E8 | 98 | 81 | 0 | 22 | 2C | 9 | D | 45 | 47 |
| Octal | 350 | 230 | 201 | 0 | 42 | 54 | 11 | 15 | 105 | 107 |
| Binary | 11101000 | 10011000 | 10000001 | 0 | 100010 | 101100 | 1001 | 1101 | 1000101 | 1000111 |
Color Harmonies of #E89881
Complementary color
Monochromatic Colors of #E89881
Black with #E89881
Text Example
Text Example
White with #E89881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89881; }
p { color: rgb(232,152,129); }
H1.HeaderClassName
{
color: #E89881;
}
.AnyTagClassName
{
color: #E89881;
}
</style>
background-color css
<style>
a { background-color: #E89881; }
a { background-color: rgb(232,152,129); }
div.DivClassName
{
background-color: #E89881;
}
.BgClassName
{
background-color: #E89881;
}
</style>
border-color css
<style>
span { border-color: #E89881; }
span { border-color: rgb(232,152,129); }
td.TdClassName
{
border-color: #E89881;
}
.TagClassName
{
border-color: #E89881;
}
</style>