Shades of Dark Salmon #E89080
Tints of Dark Salmon #E89080
RGB
CMYK
RGB Variations
Color information
#E89080 (or 0xE89080) is known color: Dark Salmon. HEX triplet: E8, 90 and 80. RGB value is (232,144,128). Sum of RGB (Red+Green+Blue) = 232+144+128=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 128 (50.39% from 255 or 25.40% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E89080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89080 is #176F7F. Grayscale: #A8A8A8. Windows color (decimal): -1535872 or 8425704. OLE color: 8425704.
HSL color Cylindrical-coordinate representation of color #E89080: hue angle of 9.23º 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 #E89080 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 128 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.09 |
| HSL | 9.23º | 0.69% | 0.71% | - |
| HSV(B) | 9.23º | 0.45% | 0.91% | - |
| XYZ | 47.15 | 38.66 | 25.4 | - |
| YUV | 168.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 128 | 0 | 0.38 | 0.45 | 0.09 | 9.23 | 0.69 | 0.71 |
| Hex | E8 | 90 | 80 | 0 | 26 | 2D | 9 | 9 | 45 | 47 |
| Octal | 350 | 220 | 200 | 0 | 46 | 55 | 11 | 11 | 105 | 107 |
| Binary | 11101000 | 10010000 | 10000000 | 0 | 100110 | 101101 | 1001 | 1001 | 1000101 | 1000111 |
Color Harmonies of #E89080
Complementary color
Monochromatic Colors of #E89080
Black with #E89080
Text Example
Text Example
White with #E89080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89080; }
p { color: rgb(232,144,128); }
H1.HeaderClassName
{
color: #E89080;
}
.AnyTagClassName
{
color: #E89080;
}
</style>
background-color css
<style>
a { background-color: #E89080; }
a { background-color: rgb(232,144,128); }
div.DivClassName
{
background-color: #E89080;
}
.BgClassName
{
background-color: #E89080;
}
</style>
border-color css
<style>
span { border-color: #E89080; }
span { border-color: rgb(232,144,128); }
td.TdClassName
{
border-color: #E89080;
}
.TagClassName
{
border-color: #E89080;
}
</style>