Shades of Dark Salmon #E88F81
Tints of Dark Salmon #E88F81
RGB
CMYK
RGB Variations
Color information
#E88F81 (or 0xE88F81) is known color: Dark Salmon. HEX triplet: E8, 8F and 81. RGB value is (232,143,129). Sum of RGB (Red+Green+Blue) = 232+143+129=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88F81 is #17707E. Grayscale: #A8A8A8. Windows color (decimal): -1536127 or 8490984. OLE color: 8490984.
HSL color Cylindrical-coordinate representation of color #E88F81: hue angle of 8.16º 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 #E88F81 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 129 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.09 |
| HSL | 8.16º | 0.69% | 0.71% | - |
| HSV(B) | 8.16º | 0.44% | 0.91% | - |
| XYZ | 47.06 | 38.39 | 25.7 | - |
| YUV | 168.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 129 | 0 | 0.38 | 0.44 | 0.09 | 8.16 | 0.69 | 0.71 |
| Hex | E8 | 8F | 81 | 0 | 26 | 2C | 9 | 8 | 45 | 47 |
| Octal | 350 | 217 | 201 | 0 | 46 | 54 | 11 | 10 | 105 | 107 |
| Binary | 11101000 | 10001111 | 10000001 | 0 | 100110 | 101100 | 1001 | 1000 | 1000101 | 1000111 |
Color Harmonies of #E88F81
Complementary color
Monochromatic Colors of #E88F81
Black with #E88F81
Text Example
Text Example
White with #E88F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F81; }
p { color: rgb(232,143,129); }
H1.HeaderClassName
{
color: #E88F81;
}
.AnyTagClassName
{
color: #E88F81;
}
</style>
background-color css
<style>
a { background-color: #E88F81; }
a { background-color: rgb(232,143,129); }
div.DivClassName
{
background-color: #E88F81;
}
.BgClassName
{
background-color: #E88F81;
}
</style>
border-color css
<style>
span { border-color: #E88F81; }
span { border-color: rgb(232,143,129); }
td.TdClassName
{
border-color: #E88F81;
}
.TagClassName
{
border-color: #E88F81;
}
</style>