Shades of Dark Salmon #E78D7D
Tints of Dark Salmon #E78D7D
RGB
CMYK
RGB Variations
Color information
#E78D7D (or 0xE78D7D) is known color: Dark Salmon. HEX triplet: E7, 8D and 7D. RGB value is (231,141,125). Sum of RGB (Red+Green+Blue) = 231+141+125=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D7D is #187282. Grayscale: #A6A6A6. Windows color (decimal): -1602179 or 8228327. OLE color: 8228327.
HSL color Cylindrical-coordinate representation of color #E78D7D: hue angle of 9.06º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E78D7D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 141 | 125 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.09 |
| HSL | 9.06º | 0.69% | 0.7% | - |
| HSV(B) | 9.06º | 0.46% | 0.91% | - |
| XYZ | 46.18 | 37.52 | 24.21 | - |
| YUV | 166.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 141 | 125 | 0 | 0.39 | 0.46 | 0.09 | 9.06 | 0.69 | 0.7 |
| Hex | E7 | 8D | 7D | 0 | 27 | 2E | 9 | 9 | 45 | 46 |
| Octal | 347 | 215 | 175 | 0 | 47 | 56 | 11 | 11 | 105 | 106 |
| Binary | 11100111 | 10001101 | 1111101 | 0 | 100111 | 101110 | 1001 | 1001 | 1000101 | 1000110 |
Color Harmonies of #E78D7D
Complementary color
Monochromatic Colors of #E78D7D
Black with #E78D7D
Text Example
Text Example
White with #E78D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78D7D; }
p { color: rgb(231,141,125); }
H1.HeaderClassName
{
color: #E78D7D;
}
.AnyTagClassName
{
color: #E78D7D;
}
</style>
background-color css
<style>
a { background-color: #E78D7D; }
a { background-color: rgb(231,141,125); }
div.DivClassName
{
background-color: #E78D7D;
}
.BgClassName
{
background-color: #E78D7D;
}
</style>
border-color css
<style>
span { border-color: #E78D7D; }
span { border-color: rgb(231,141,125); }
td.TdClassName
{
border-color: #E78D7D;
}
.TagClassName
{
border-color: #E78D7D;
}
</style>