Shades of Dark Salmon #E89280
Tints of Dark Salmon #E89280
RGB
CMYK
RGB Variations
Color information
#E89280 (or 0xE89280) is known color: Dark Salmon. HEX triplet: E8, 92 and 80. RGB value is (232,146,128). Sum of RGB (Red+Green+Blue) = 232+146+128=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E89280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89280 is #176D7F. Grayscale: #A9A9A9. Windows color (decimal): -1535360 or 8426216. OLE color: 8426216.
HSL color Cylindrical-coordinate representation of color #E89280: hue angle of 10.38º 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 #E89280 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 146 | 128 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.09 |
| HSL | 10.38º | 0.69% | 0.71% | - |
| HSV(B) | 10.38º | 0.45% | 0.91% | - |
| XYZ | 47.45 | 39.27 | 25.5 | - |
| YUV | 169.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 146 | 128 | 0 | 0.37 | 0.45 | 0.09 | 10.38 | 0.69 | 0.71 |
| Hex | E8 | 92 | 80 | 0 | 25 | 2D | 9 | A | 45 | 47 |
| Octal | 350 | 222 | 200 | 0 | 45 | 55 | 11 | 12 | 105 | 107 |
| Binary | 11101000 | 10010010 | 10000000 | 0 | 100101 | 101101 | 1001 | 1010 | 1000101 | 1000111 |
Color Harmonies of #E89280
Complementary color
Monochromatic Colors of #E89280
Black with #E89280
Text Example
Text Example
White with #E89280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89280; }
p { color: rgb(232,146,128); }
H1.HeaderClassName
{
color: #E89280;
}
.AnyTagClassName
{
color: #E89280;
}
</style>
background-color css
<style>
a { background-color: #E89280; }
a { background-color: rgb(232,146,128); }
div.DivClassName
{
background-color: #E89280;
}
.BgClassName
{
background-color: #E89280;
}
</style>
border-color css
<style>
span { border-color: #E89280; }
span { border-color: rgb(232,146,128); }
td.TdClassName
{
border-color: #E89280;
}
.TagClassName
{
border-color: #E89280;
}
</style>