Shades of Dark Salmon #E29571
Tints of Dark Salmon #E29571
RGB
CMYK
RGB Variations
Color information
#E29571 (or 0xE29571) is known color: Dark Salmon. HEX triplet: E2, 95 and 71. RGB value is (226,149,113). Sum of RGB (Red+Green+Blue) = 226+149+113=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E29571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29571 is #1D6A8E. Grayscale: #A8A8A8. Windows color (decimal): -1927823 or 7443938. OLE color: 7443938.
HSL color Cylindrical-coordinate representation of color #E29571: hue angle of 19.12º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29571 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 113 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.11 |
| HSL | 19.12º | 0.66% | 0.66% | - |
| HSV(B) | 19.12º | 0.5% | 0.89% | - |
| XYZ | 45.09 | 38.86 | 20.75 | - |
| YUV | 167.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 113 | 0 | 0.34 | 0.5 | 0.11 | 19.12 | 0.66 | 0.66 |
| Hex | E2 | 95 | 71 | 0 | 22 | 32 | B | 13 | 42 | 42 |
| Octal | 342 | 225 | 161 | 0 | 42 | 62 | 13 | 23 | 102 | 102 |
| Binary | 11100010 | 10010101 | 1110001 | 0 | 100010 | 110010 | 1011 | 10011 | 1000010 | 1000010 |
Color Harmonies of #E29571
Complementary color
Monochromatic Colors of #E29571
Black with #E29571
Text Example
Text Example
White with #E29571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29571; }
p { color: rgb(226,149,113); }
H1.HeaderClassName
{
color: #E29571;
}
.AnyTagClassName
{
color: #E29571;
}
</style>
background-color css
<style>
a { background-color: #E29571; }
a { background-color: rgb(226,149,113); }
div.DivClassName
{
background-color: #E29571;
}
.BgClassName
{
background-color: #E29571;
}
</style>
border-color css
<style>
span { border-color: #E29571; }
span { border-color: rgb(226,149,113); }
td.TdClassName
{
border-color: #E29571;
}
.TagClassName
{
border-color: #E29571;
}
</style>