Shades of Dark Salmon #E99881
Tints of Dark Salmon #E99881
RGB
CMYK
RGB Variations
Color information
#E99881 (or 0xE99881) is known color: Dark Salmon. HEX triplet: E9, 98 and 81. RGB value is (233,152,129). Sum of RGB (Red+Green+Blue) = 233+152+129=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E99881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99881 is #16677E. Grayscale: #ADADAD. Windows color (decimal): -1468287 or 8493289. OLE color: 8493289.
HSL color Cylindrical-coordinate representation of color #E99881: hue angle of 13.27º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E99881 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 152 | 129 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.09 |
| HSL | 13.27º | 0.7% | 0.71% | - |
| HSV(B) | 13.27º | 0.45% | 0.91% | - |
| XYZ | 48.79 | 41.37 | 26.18 | - |
| YUV | 173.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 129 | 0 | 0.35 | 0.45 | 0.09 | 13.27 | 0.7 | 0.71 |
| Hex | E9 | 98 | 81 | 0 | 23 | 2D | 9 | D | 46 | 47 |
| Octal | 351 | 230 | 201 | 0 | 43 | 55 | 11 | 15 | 106 | 107 |
| Binary | 11101001 | 10011000 | 10000001 | 0 | 100011 | 101101 | 1001 | 1101 | 1000110 | 1000111 |
Color Harmonies of #E99881
Complementary color
Monochromatic Colors of #E99881
Black with #E99881
Text Example
Text Example
White with #E99881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99881; }
p { color: rgb(233,152,129); }
H1.HeaderClassName
{
color: #E99881;
}
.AnyTagClassName
{
color: #E99881;
}
</style>
background-color css
<style>
a { background-color: #E99881; }
a { background-color: rgb(233,152,129); }
div.DivClassName
{
background-color: #E99881;
}
.BgClassName
{
background-color: #E99881;
}
</style>
border-color css
<style>
span { border-color: #E99881; }
span { border-color: rgb(233,152,129); }
td.TdClassName
{
border-color: #E99881;
}
.TagClassName
{
border-color: #E99881;
}
</style>