Shades of Dark Salmon #E58F78
Tints of Dark Salmon #E58F78
RGB
CMYK
RGB Variations
Color information
#E58F78 (or 0xE58F78) is known color: Dark Salmon. HEX triplet: E5, 8F and 78. RGB value is (229,143,120). Sum of RGB (Red+Green+Blue) = 229+143+120=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58F78 is #1A7087. Grayscale: #A6A6A6. Windows color (decimal): -1732744 or 7901157. OLE color: 7901157.
HSL color Cylindrical-coordinate representation of color #E58F78: hue angle of 12.66º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E58F78 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 120 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.10 |
| HSL | 12.66º | 0.68% | 0.68% | - |
| HSV(B) | 12.66º | 0.48% | 0.9% | - |
| XYZ | 45.53 | 37.66 | 22.64 | - |
| YUV | 166.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 120 | 0 | 0.38 | 0.48 | 0.10 | 12.66 | 0.68 | 0.68 |
| Hex | E5 | 8F | 78 | 0 | 26 | 30 | A | D | 44 | 44 |
| Octal | 345 | 217 | 170 | 0 | 46 | 60 | 12 | 15 | 104 | 104 |
| Binary | 11100101 | 10001111 | 1111000 | 0 | 100110 | 110000 | 1010 | 1101 | 1000100 | 1000100 |
Color Harmonies of #E58F78
Complementary color
Monochromatic Colors of #E58F78
Black with #E58F78
Text Example
Text Example
White with #E58F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58F78; }
p { color: rgb(229,143,120); }
H1.HeaderClassName
{
color: #E58F78;
}
.AnyTagClassName
{
color: #E58F78;
}
</style>
background-color css
<style>
a { background-color: #E58F78; }
a { background-color: rgb(229,143,120); }
div.DivClassName
{
background-color: #E58F78;
}
.BgClassName
{
background-color: #E58F78;
}
</style>
border-color css
<style>
span { border-color: #E58F78; }
span { border-color: rgb(229,143,120); }
td.TdClassName
{
border-color: #E58F78;
}
.TagClassName
{
border-color: #E58F78;
}
</style>