Shades of Dark Salmon #E1947D
Tints of Dark Salmon #E1947D
RGB
CMYK
RGB Variations
Color information
#E1947D (or 0xE1947D) is known color: Dark Salmon. HEX triplet: E1, 94 and 7D. RGB value is (225,148,125). Sum of RGB (Red+Green+Blue) = 225+148+125=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1947D is #1E6B82. Grayscale: #A8A8A8. Windows color (decimal): -1993603 or 8230113. OLE color: 8230113.
HSL color Cylindrical-coordinate representation of color #E1947D: hue angle of 13.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1947D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 125 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.12 |
| HSL | 13.8º | 0.63% | 0.69% | - |
| HSV(B) | 13.8º | 0.44% | 0.88% | - |
| XYZ | 45.34 | 38.67 | 24.48 | - |
| YUV | 168.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 125 | 0 | 0.34 | 0.44 | 0.12 | 13.8 | 0.63 | 0.69 |
| Hex | E1 | 94 | 7D | 0 | 22 | 2C | C | E | 3E | 45 |
| Octal | 341 | 224 | 175 | 0 | 42 | 54 | 14 | 16 | 76 | 105 |
| Binary | 11100001 | 10010100 | 1111101 | 0 | 100010 | 101100 | 1100 | 1110 | 111110 | 1000101 |
Color Harmonies of #E1947D
Complementary color
Monochromatic Colors of #E1947D
Black with #E1947D
Text Example
Text Example
White with #E1947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1947D; }
p { color: rgb(225,148,125); }
H1.HeaderClassName
{
color: #E1947D;
}
.AnyTagClassName
{
color: #E1947D;
}
</style>
background-color css
<style>
a { background-color: #E1947D; }
a { background-color: rgb(225,148,125); }
div.DivClassName
{
background-color: #E1947D;
}
.BgClassName
{
background-color: #E1947D;
}
</style>
border-color css
<style>
span { border-color: #E1947D; }
span { border-color: rgb(225,148,125); }
td.TdClassName
{
border-color: #E1947D;
}
.TagClassName
{
border-color: #E1947D;
}
</style>