Shades of Dark Salmon #E5957B
Tints of Dark Salmon #E5957B
RGB
CMYK
RGB Variations
Color information
#E5957B (or 0xE5957B) is known color: Dark Salmon. HEX triplet: E5, 95 and 7B. RGB value is (229,149,123). Sum of RGB (Red+Green+Blue) = 229+149+123=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5957B is #1A6A84. Grayscale: #AAAAAA. Windows color (decimal): -1731205 or 8099301. OLE color: 8099301.
HSL color Cylindrical-coordinate representation of color #E5957B: hue angle of 14.72º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5957B is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 123 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.10 |
| HSL | 14.72º | 0.67% | 0.69% | - |
| HSV(B) | 14.72º | 0.46% | 0.9% | - |
| XYZ | 46.64 | 39.58 | 23.92 | - |
| YUV | 169.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 123 | 0 | 0.35 | 0.46 | 0.10 | 14.72 | 0.67 | 0.69 |
| Hex | E5 | 95 | 7B | 0 | 23 | 2E | A | F | 43 | 45 |
| Octal | 345 | 225 | 173 | 0 | 43 | 56 | 12 | 17 | 103 | 105 |
| Binary | 11100101 | 10010101 | 1111011 | 0 | 100011 | 101110 | 1010 | 1111 | 1000011 | 1000101 |
Color Harmonies of #E5957B
Complementary color
Monochromatic Colors of #E5957B
Black with #E5957B
Text Example
Text Example
White with #E5957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5957B; }
p { color: rgb(229,149,123); }
H1.HeaderClassName
{
color: #E5957B;
}
.AnyTagClassName
{
color: #E5957B;
}
</style>
background-color css
<style>
a { background-color: #E5957B; }
a { background-color: rgb(229,149,123); }
div.DivClassName
{
background-color: #E5957B;
}
.BgClassName
{
background-color: #E5957B;
}
</style>
border-color css
<style>
span { border-color: #E5957B; }
span { border-color: rgb(229,149,123); }
td.TdClassName
{
border-color: #E5957B;
}
.TagClassName
{
border-color: #E5957B;
}
</style>