Shades of Dark Salmon #E5947D
Tints of Dark Salmon #E5947D
RGB
CMYK
RGB Variations
Color information
#E5947D (or 0xE5947D) is known color: Dark Salmon. HEX triplet: E5, 94 and 7D. RGB value is (229,148,125). Sum of RGB (Red+Green+Blue) = 229+148+125=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5947D is #1A6B82. Grayscale: #A9A9A9. Windows color (decimal): -1731459 or 8230117. OLE color: 8230117.
HSL color Cylindrical-coordinate representation of color #E5947D: hue angle of 13.27º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5947D is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 125 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.10 |
| HSL | 13.27º | 0.67% | 0.69% | - |
| HSV(B) | 13.27º | 0.45% | 0.9% | - |
| XYZ | 46.6 | 39.32 | 24.53 | - |
| YUV | 169.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 125 | 0 | 0.35 | 0.45 | 0.10 | 13.27 | 0.67 | 0.69 |
| Hex | E5 | 94 | 7D | 0 | 23 | 2D | A | D | 43 | 45 |
| Octal | 345 | 224 | 175 | 0 | 43 | 55 | 12 | 15 | 103 | 105 |
| Binary | 11100101 | 10010100 | 1111101 | 0 | 100011 | 101101 | 1010 | 1101 | 1000011 | 1000101 |
Color Harmonies of #E5947D
Complementary color
Monochromatic Colors of #E5947D
Black with #E5947D
Text Example
Text Example
White with #E5947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5947D; }
p { color: rgb(229,148,125); }
H1.HeaderClassName
{
color: #E5947D;
}
.AnyTagClassName
{
color: #E5947D;
}
</style>
background-color css
<style>
a { background-color: #E5947D; }
a { background-color: rgb(229,148,125); }
div.DivClassName
{
background-color: #E5947D;
}
.BgClassName
{
background-color: #E5947D;
}
</style>
border-color css
<style>
span { border-color: #E5947D; }
span { border-color: rgb(229,148,125); }
td.TdClassName
{
border-color: #E5947D;
}
.TagClassName
{
border-color: #E5947D;
}
</style>