Shades of Dark Salmon #E89880
Tints of Dark Salmon #E89880
RGB
CMYK
RGB Variations
Color information
#E89880 (or 0xE89880) is known color: Dark Salmon. HEX triplet: E8, 98 and 80. RGB value is (232,152,128). Sum of RGB (Red+Green+Blue) = 232+152+128=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E89880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89880 is #17677F. Grayscale: #ADADAD. Windows color (decimal): -1533824 or 8427752. OLE color: 8427752.
HSL color Cylindrical-coordinate representation of color #E89880: hue angle of 13.85º degrees, saturation: 0.69, 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 #E89880 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 128 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.09 |
| HSL | 13.85º | 0.69% | 0.71% | - |
| HSV(B) | 13.85º | 0.45% | 0.91% | - |
| XYZ | 48.4 | 41.17 | 25.82 | - |
| YUV | 173.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 128 | 0 | 0.34 | 0.45 | 0.09 | 13.85 | 0.69 | 0.71 |
| Hex | E8 | 98 | 80 | 0 | 22 | 2D | 9 | E | 45 | 47 |
| Octal | 350 | 230 | 200 | 0 | 42 | 55 | 11 | 16 | 105 | 107 |
| Binary | 11101000 | 10011000 | 10000000 | 0 | 100010 | 101101 | 1001 | 1110 | 1000101 | 1000111 |
Color Harmonies of #E89880
Complementary color
Monochromatic Colors of #E89880
Black with #E89880
Text Example
Text Example
White with #E89880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89880; }
p { color: rgb(232,152,128); }
H1.HeaderClassName
{
color: #E89880;
}
.AnyTagClassName
{
color: #E89880;
}
</style>
background-color css
<style>
a { background-color: #E89880; }
a { background-color: rgb(232,152,128); }
div.DivClassName
{
background-color: #E89880;
}
.BgClassName
{
background-color: #E89880;
}
</style>
border-color css
<style>
span { border-color: #E89880; }
span { border-color: rgb(232,152,128); }
td.TdClassName
{
border-color: #E89880;
}
.TagClassName
{
border-color: #E89880;
}
</style>