Shades of Dark Salmon #E49178
Tints of Dark Salmon #E49178
RGB
CMYK
RGB Variations
Color information
#E49178 (or 0xE49178) is known color: Dark Salmon. HEX triplet: E4, 91 and 78. RGB value is (228,145,120). Sum of RGB (Red+Green+Blue) = 228+145+120=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E49178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49178 is #1B6E87. Grayscale: #A7A7A7. Windows color (decimal): -1797768 or 7901668. OLE color: 7901668.
HSL color Cylindrical-coordinate representation of color #E49178: hue angle of 13.89º 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 #E49178 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 120 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.11 |
| HSL | 13.89º | 0.67% | 0.68% | - |
| HSV(B) | 13.89º | 0.47% | 0.89% | - |
| XYZ | 45.51 | 38.1 | 22.72 | - |
| YUV | 166.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 120 | 0 | 0.36 | 0.47 | 0.11 | 13.89 | 0.67 | 0.68 |
| Hex | E4 | 91 | 78 | 0 | 24 | 2F | B | E | 43 | 44 |
| Octal | 344 | 221 | 170 | 0 | 44 | 57 | 13 | 16 | 103 | 104 |
| Binary | 11100100 | 10010001 | 1111000 | 0 | 100100 | 101111 | 1011 | 1110 | 1000011 | 1000100 |
Color Harmonies of #E49178
Complementary color
Monochromatic Colors of #E49178
Black with #E49178
Text Example
Text Example
White with #E49178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49178; }
p { color: rgb(228,145,120); }
H1.HeaderClassName
{
color: #E49178;
}
.AnyTagClassName
{
color: #E49178;
}
</style>
background-color css
<style>
a { background-color: #E49178; }
a { background-color: rgb(228,145,120); }
div.DivClassName
{
background-color: #E49178;
}
.BgClassName
{
background-color: #E49178;
}
</style>
border-color css
<style>
span { border-color: #E49178; }
span { border-color: rgb(228,145,120); }
td.TdClassName
{
border-color: #E49178;
}
.TagClassName
{
border-color: #E49178;
}
</style>