Shades of Dark Salmon #E48F78
Tints of Dark Salmon #E48F78
RGB
CMYK
RGB Variations
Color information
#E48F78 (or 0xE48F78) is known color: Dark Salmon. HEX triplet: E4, 8F and 78. RGB value is (228,143,120). Sum of RGB (Red+Green+Blue) = 228+143+120=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48F78 is #1B7087. Grayscale: #A5A5A5. Windows color (decimal): -1798280 or 7901156. OLE color: 7901156.
HSL color Cylindrical-coordinate representation of color #E48F78: hue angle of 12.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E48F78 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 143 | 120 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.11 |
| HSL | 12.78º | 0.67% | 0.68% | - |
| HSV(B) | 12.78º | 0.47% | 0.89% | - |
| XYZ | 45.21 | 37.49 | 22.62 | - |
| YUV | 165.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 120 | 0 | 0.37 | 0.47 | 0.11 | 12.78 | 0.67 | 0.68 |
| Hex | E4 | 8F | 78 | 0 | 25 | 2F | B | D | 43 | 44 |
| Octal | 344 | 217 | 170 | 0 | 45 | 57 | 13 | 15 | 103 | 104 |
| Binary | 11100100 | 10001111 | 1111000 | 0 | 100101 | 101111 | 1011 | 1101 | 1000011 | 1000100 |
Color Harmonies of #E48F78
Complementary color
Monochromatic Colors of #E48F78
Black with #E48F78
Text Example
Text Example
White with #E48F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48F78; }
p { color: rgb(228,143,120); }
H1.HeaderClassName
{
color: #E48F78;
}
.AnyTagClassName
{
color: #E48F78;
}
</style>
background-color css
<style>
a { background-color: #E48F78; }
a { background-color: rgb(228,143,120); }
div.DivClassName
{
background-color: #E48F78;
}
.BgClassName
{
background-color: #E48F78;
}
</style>
border-color css
<style>
span { border-color: #E48F78; }
span { border-color: rgb(228,143,120); }
td.TdClassName
{
border-color: #E48F78;
}
.TagClassName
{
border-color: #E48F78;
}
</style>