Shades of Dark Salmon #E89380
Tints of Dark Salmon #E89380
RGB
CMYK
RGB Variations
Color information
#E89380 (or 0xE89380) is known color: Dark Salmon. HEX triplet: E8, 93 and 80. RGB value is (232,147,128). Sum of RGB (Red+Green+Blue) = 232+147+128=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E89380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89380 is #176C7F. Grayscale: #AAAAAA. Windows color (decimal): -1535104 or 8426472. OLE color: 8426472.
HSL color Cylindrical-coordinate representation of color #E89380: hue angle of 10.96º 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 #E89380 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 147 | 128 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.09 |
| HSL | 10.96º | 0.69% | 0.71% | - |
| HSV(B) | 10.96º | 0.45% | 0.91% | - |
| XYZ | 47.61 | 39.58 | 25.55 | - |
| YUV | 170.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 147 | 128 | 0 | 0.37 | 0.45 | 0.09 | 10.96 | 0.69 | 0.71 |
| Hex | E8 | 93 | 80 | 0 | 25 | 2D | 9 | B | 45 | 47 |
| Octal | 350 | 223 | 200 | 0 | 45 | 55 | 11 | 13 | 105 | 107 |
| Binary | 11101000 | 10010011 | 10000000 | 0 | 100101 | 101101 | 1001 | 1011 | 1000101 | 1000111 |
Color Harmonies of #E89380
Complementary color
Monochromatic Colors of #E89380
Black with #E89380
Text Example
Text Example
White with #E89380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89380; }
p { color: rgb(232,147,128); }
H1.HeaderClassName
{
color: #E89380;
}
.AnyTagClassName
{
color: #E89380;
}
</style>
background-color css
<style>
a { background-color: #E89380; }
a { background-color: rgb(232,147,128); }
div.DivClassName
{
background-color: #E89380;
}
.BgClassName
{
background-color: #E89380;
}
</style>
border-color css
<style>
span { border-color: #E89380; }
span { border-color: rgb(232,147,128); }
td.TdClassName
{
border-color: #E89380;
}
.TagClassName
{
border-color: #E89380;
}
</style>