Shades of Dark Salmon #E5947E
Tints of Dark Salmon #E5947E
RGB
CMYK
RGB Variations
Color information
#E5947E (or 0xE5947E) is known color: Dark Salmon. HEX triplet: E5, 94 and 7E. RGB value is (229,148,126). Sum of RGB (Red+Green+Blue) = 229+148+126=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5947E is #1A6B81. Grayscale: #A9A9A9. Windows color (decimal): -1731458 or 8295653. OLE color: 8295653.
HSL color Cylindrical-coordinate representation of color #E5947E: hue angle of 12.82º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5947E is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 148 | 126 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.10 |
| HSL | 12.82º | 0.66% | 0.7% | - |
| HSV(B) | 12.82º | 0.45% | 0.9% | - |
| XYZ | 46.67 | 39.34 | 24.87 | - |
| YUV | 169.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 148 | 126 | 0 | 0.35 | 0.45 | 0.10 | 12.82 | 0.66 | 0.7 |
| Hex | E5 | 94 | 7E | 0 | 23 | 2D | A | D | 42 | 46 |
| Octal | 345 | 224 | 176 | 0 | 43 | 55 | 12 | 15 | 102 | 106 |
| Binary | 11100101 | 10010100 | 1111110 | 0 | 100011 | 101101 | 1010 | 1101 | 1000010 | 1000110 |
Color Harmonies of #E5947E
Complementary color
Monochromatic Colors of #E5947E
Black with #E5947E
Text Example
Text Example
White with #E5947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5947E; }
p { color: rgb(229,148,126); }
H1.HeaderClassName
{
color: #E5947E;
}
.AnyTagClassName
{
color: #E5947E;
}
</style>
background-color css
<style>
a { background-color: #E5947E; }
a { background-color: rgb(229,148,126); }
div.DivClassName
{
background-color: #E5947E;
}
.BgClassName
{
background-color: #E5947E;
}
</style>
border-color css
<style>
span { border-color: #E5947E; }
span { border-color: rgb(229,148,126); }
td.TdClassName
{
border-color: #E5947E;
}
.TagClassName
{
border-color: #E5947E;
}
</style>