Shades of Dark Salmon #E89283
Tints of Dark Salmon #E89283
RGB
CMYK
RGB Variations
Color information
#E89283 (or 0xE89283) is known color: Dark Salmon. HEX triplet: E8, 92 and 83. RGB value is (232,146,131). Sum of RGB (Red+Green+Blue) = 232+146+131=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E89283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89283 is #176D7C. Grayscale: #AAAAAA. Windows color (decimal): -1535357 or 8622824. OLE color: 8622824.
HSL color Cylindrical-coordinate representation of color #E89283: hue angle of 8.91º 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 #E89283 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 131 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.09 |
| HSL | 8.91º | 0.69% | 0.71% | - |
| HSV(B) | 8.91º | 0.44% | 0.91% | - |
| XYZ | 47.65 | 39.35 | 26.56 | - |
| YUV | 170 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 131 | 0 | 0.37 | 0.44 | 0.09 | 8.91 | 0.69 | 0.71 |
| Hex | E8 | 92 | 83 | 0 | 25 | 2C | 9 | 9 | 45 | 47 |
| Octal | 350 | 222 | 203 | 0 | 45 | 54 | 11 | 11 | 105 | 107 |
| Binary | 11101000 | 10010010 | 10000011 | 0 | 100101 | 101100 | 1001 | 1001 | 1000101 | 1000111 |
Color Harmonies of #E89283
Complementary color
Monochromatic Colors of #E89283
Black with #E89283
Text Example
Text Example
White with #E89283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89283; }
p { color: rgb(232,146,131); }
H1.HeaderClassName
{
color: #E89283;
}
.AnyTagClassName
{
color: #E89283;
}
</style>
background-color css
<style>
a { background-color: #E89283; }
a { background-color: rgb(232,146,131); }
div.DivClassName
{
background-color: #E89283;
}
.BgClassName
{
background-color: #E89283;
}
</style>
border-color css
<style>
span { border-color: #E89283; }
span { border-color: rgb(232,146,131); }
td.TdClassName
{
border-color: #E89283;
}
.TagClassName
{
border-color: #E89283;
}
</style>