Shades of Dark Salmon #E29179
Tints of Dark Salmon #E29179
RGB
CMYK
RGB Variations
Color information
#E29179 (or 0xE29179) is known color: Dark Salmon. HEX triplet: E2, 91 and 79. RGB value is (226,145,121). Sum of RGB (Red+Green+Blue) = 226+145+121=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E29179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29179 is #1D6E86. Grayscale: #A6A6A6. Windows color (decimal): -1928839 or 7967202. OLE color: 7967202.
HSL color Cylindrical-coordinate representation of color #E29179: hue angle of 13.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E29179 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 121 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.11 |
| HSL | 13.71º | 0.64% | 0.68% | - |
| HSV(B) | 13.71º | 0.46% | 0.89% | - |
| XYZ | 44.94 | 37.8 | 23.02 | - |
| YUV | 166.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 121 | 0 | 0.36 | 0.46 | 0.11 | 13.71 | 0.64 | 0.68 |
| Hex | E2 | 91 | 79 | 0 | 24 | 2E | B | E | 40 | 44 |
| Octal | 342 | 221 | 171 | 0 | 44 | 56 | 13 | 16 | 100 | 104 |
| Binary | 11100010 | 10010001 | 1111001 | 0 | 100100 | 101110 | 1011 | 1110 | 1000000 | 1000100 |
Color Harmonies of #E29179
Complementary color
Monochromatic Colors of #E29179
Black with #E29179
Text Example
Text Example
White with #E29179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29179; }
p { color: rgb(226,145,121); }
H1.HeaderClassName
{
color: #E29179;
}
.AnyTagClassName
{
color: #E29179;
}
</style>
background-color css
<style>
a { background-color: #E29179; }
a { background-color: rgb(226,145,121); }
div.DivClassName
{
background-color: #E29179;
}
.BgClassName
{
background-color: #E29179;
}
</style>
border-color css
<style>
span { border-color: #E29179; }
span { border-color: rgb(226,145,121); }
td.TdClassName
{
border-color: #E29179;
}
.TagClassName
{
border-color: #E29179;
}
</style>