Shades of Dark Salmon #E29172
Tints of Dark Salmon #E29172
RGB
CMYK
RGB Variations
Color information
#E29172 (or 0xE29172) is known color: Dark Salmon. HEX triplet: E2, 91 and 72. RGB value is (226,145,114). Sum of RGB (Red+Green+Blue) = 226+145+114=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E29172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29172 is #1D6E8D. Grayscale: #A5A5A5. Windows color (decimal): -1928846 or 7508450. OLE color: 7508450.
HSL color Cylindrical-coordinate representation of color #E29172: hue angle of 16.61º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29172 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 114 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.11 |
| HSL | 16.61º | 0.66% | 0.67% | - |
| HSV(B) | 16.61º | 0.5% | 0.89% | - |
| XYZ | 44.53 | 37.63 | 20.84 | - |
| YUV | 165.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 114 | 0 | 0.36 | 0.50 | 0.11 | 16.61 | 0.66 | 0.67 |
| Hex | E2 | 91 | 72 | 0 | 24 | 32 | B | 11 | 42 | 43 |
| Octal | 342 | 221 | 162 | 0 | 44 | 62 | 13 | 21 | 102 | 103 |
| Binary | 11100010 | 10010001 | 1110010 | 0 | 100100 | 110010 | 1011 | 10001 | 1000010 | 1000011 |
Color Harmonies of #E29172
Complementary color
Monochromatic Colors of #E29172
Black with #E29172
Text Example
Text Example
White with #E29172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29172; }
p { color: rgb(226,145,114); }
H1.HeaderClassName
{
color: #E29172;
}
.AnyTagClassName
{
color: #E29172;
}
</style>
background-color css
<style>
a { background-color: #E29172; }
a { background-color: rgb(226,145,114); }
div.DivClassName
{
background-color: #E29172;
}
.BgClassName
{
background-color: #E29172;
}
</style>
border-color css
<style>
span { border-color: #E29172; }
span { border-color: rgb(226,145,114); }
td.TdClassName
{
border-color: #E29172;
}
.TagClassName
{
border-color: #E29172;
}
</style>