Shades of Dark Salmon #E29178
Tints of Dark Salmon #E29178
RGB
CMYK
RGB Variations
Color information
#E29178 (or 0xE29178) is known color: Dark Salmon. HEX triplet: E2, 91 and 78. RGB value is (226,145,120). Sum of RGB (Red+Green+Blue) = 226+145+120=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E29178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29178 is #1D6E87. Grayscale: #A6A6A6. Windows color (decimal): -1928840 or 7901666. OLE color: 7901666.
HSL color Cylindrical-coordinate representation of color #E29178: hue angle of 14.15º degrees, saturation: 0.65, 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 #E29178 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 120 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.11 |
| HSL | 14.15º | 0.65% | 0.68% | - |
| HSV(B) | 14.15º | 0.47% | 0.89% | - |
| XYZ | 44.88 | 37.78 | 22.7 | - |
| YUV | 166.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 120 | 0 | 0.36 | 0.47 | 0.11 | 14.15 | 0.65 | 0.68 |
| Hex | E2 | 91 | 78 | 0 | 24 | 2F | B | E | 41 | 44 |
| Octal | 342 | 221 | 170 | 0 | 44 | 57 | 13 | 16 | 101 | 104 |
| Binary | 11100010 | 10010001 | 1111000 | 0 | 100100 | 101111 | 1011 | 1110 | 1000001 | 1000100 |
Color Harmonies of #E29178
Complementary color
Monochromatic Colors of #E29178
Black with #E29178
Text Example
Text Example
White with #E29178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29178; }
p { color: rgb(226,145,120); }
H1.HeaderClassName
{
color: #E29178;
}
.AnyTagClassName
{
color: #E29178;
}
</style>
background-color css
<style>
a { background-color: #E29178; }
a { background-color: rgb(226,145,120); }
div.DivClassName
{
background-color: #E29178;
}
.BgClassName
{
background-color: #E29178;
}
</style>
border-color css
<style>
span { border-color: #E29178; }
span { border-color: rgb(226,145,120); }
td.TdClassName
{
border-color: #E29178;
}
.TagClassName
{
border-color: #E29178;
}
</style>