Shades of Dark Salmon #E69881
Tints of Dark Salmon #E69881
RGB
CMYK
RGB Variations
Color information
#E69881 (or 0xE69881) is known color: Dark Salmon. HEX triplet: E6, 98 and 81. RGB value is (230,152,129). Sum of RGB (Red+Green+Blue) = 230+152+129=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E69881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69881 is #19677E. Grayscale: #ACACAC. Windows color (decimal): -1664895 or 8493286. OLE color: 8493286.
HSL color Cylindrical-coordinate representation of color #E69881: hue angle of 13.66º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E69881 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 129 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.10 |
| HSL | 13.66º | 0.67% | 0.7% | - |
| HSV(B) | 13.66º | 0.44% | 0.9% | - |
| XYZ | 47.82 | 40.86 | 26.14 | - |
| YUV | 172.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 129 | 0 | 0.34 | 0.44 | 0.10 | 13.66 | 0.67 | 0.7 |
| Hex | E6 | 98 | 81 | 0 | 22 | 2C | A | E | 43 | 46 |
| Octal | 346 | 230 | 201 | 0 | 42 | 54 | 12 | 16 | 103 | 106 |
| Binary | 11100110 | 10011000 | 10000001 | 0 | 100010 | 101100 | 1010 | 1110 | 1000011 | 1000110 |
Color Harmonies of #E69881
Complementary color
Monochromatic Colors of #E69881
Black with #E69881
Text Example
Text Example
White with #E69881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69881; }
p { color: rgb(230,152,129); }
H1.HeaderClassName
{
color: #E69881;
}
.AnyTagClassName
{
color: #E69881;
}
</style>
background-color css
<style>
a { background-color: #E69881; }
a { background-color: rgb(230,152,129); }
div.DivClassName
{
background-color: #E69881;
}
.BgClassName
{
background-color: #E69881;
}
</style>
border-color css
<style>
span { border-color: #E69881; }
span { border-color: rgb(230,152,129); }
td.TdClassName
{
border-color: #E69881;
}
.TagClassName
{
border-color: #E69881;
}
</style>