Shades of Dark Salmon #E29175
Tints of Dark Salmon #E29175
RGB
CMYK
RGB Variations
Color information
#E29175 (or 0xE29175) is known color: Dark Salmon. HEX triplet: E2, 91 and 75. RGB value is (226,145,117). Sum of RGB (Red+Green+Blue) = 226+145+117=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E29175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29175 is #1D6E8A. Grayscale: #A6A6A6. Windows color (decimal): -1928843 or 7705058. OLE color: 7705058.
HSL color Cylindrical-coordinate representation of color #E29175: hue angle of 15.41º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E29175 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 117 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.11 |
| HSL | 15.41º | 0.65% | 0.67% | - |
| HSV(B) | 15.41º | 0.48% | 0.89% | - |
| XYZ | 44.7 | 37.7 | 21.75 | - |
| YUV | 166.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 117 | 0 | 0.36 | 0.48 | 0.11 | 15.41 | 0.65 | 0.67 |
| Hex | E2 | 91 | 75 | 0 | 24 | 30 | B | F | 41 | 43 |
| Octal | 342 | 221 | 165 | 0 | 44 | 60 | 13 | 17 | 101 | 103 |
| Binary | 11100010 | 10010001 | 1110101 | 0 | 100100 | 110000 | 1011 | 1111 | 1000001 | 1000011 |
Color Harmonies of #E29175
Complementary color
Monochromatic Colors of #E29175
Black with #E29175
Text Example
Text Example
White with #E29175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29175; }
p { color: rgb(226,145,117); }
H1.HeaderClassName
{
color: #E29175;
}
.AnyTagClassName
{
color: #E29175;
}
</style>
background-color css
<style>
a { background-color: #E29175; }
a { background-color: rgb(226,145,117); }
div.DivClassName
{
background-color: #E29175;
}
.BgClassName
{
background-color: #E29175;
}
</style>
border-color css
<style>
span { border-color: #E29175; }
span { border-color: rgb(226,145,117); }
td.TdClassName
{
border-color: #E29175;
}
.TagClassName
{
border-color: #E29175;
}
</style>