Shades of Dark Salmon #E3947F
Tints of Dark Salmon #E3947F
RGB
CMYK
RGB Variations
Color information
#E3947F (or 0xE3947F) is known color: Dark Salmon. HEX triplet: E3, 94 and 7F. RGB value is (227,148,127). Sum of RGB (Red+Green+Blue) = 227+148+127=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E3947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3947F is #1C6B80. Grayscale: #A9A9A9. Windows color (decimal): -1862529 or 8361187. OLE color: 8361187.
HSL color Cylindrical-coordinate representation of color #E3947F: hue angle of 12.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E3947F is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 127 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.11 |
| HSL | 12.6º | 0.64% | 0.69% | - |
| HSV(B) | 12.6º | 0.44% | 0.89% | - |
| XYZ | 46.1 | 39.04 | 25.19 | - |
| YUV | 169.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 127 | 0 | 0.35 | 0.44 | 0.11 | 12.6 | 0.64 | 0.69 |
| Hex | E3 | 94 | 7F | 0 | 23 | 2C | B | D | 40 | 45 |
| Octal | 343 | 224 | 177 | 0 | 43 | 54 | 13 | 15 | 100 | 105 |
| Binary | 11100011 | 10010100 | 1111111 | 0 | 100011 | 101100 | 1011 | 1101 | 1000000 | 1000101 |
Color Harmonies of #E3947F
Complementary color
Monochromatic Colors of #E3947F
Black with #E3947F
Text Example
Text Example
White with #E3947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3947F; }
p { color: rgb(227,148,127); }
H1.HeaderClassName
{
color: #E3947F;
}
.AnyTagClassName
{
color: #E3947F;
}
</style>
background-color css
<style>
a { background-color: #E3947F; }
a { background-color: rgb(227,148,127); }
div.DivClassName
{
background-color: #E3947F;
}
.BgClassName
{
background-color: #E3947F;
}
</style>
border-color css
<style>
span { border-color: #E3947F; }
span { border-color: rgb(227,148,127); }
td.TdClassName
{
border-color: #E3947F;
}
.TagClassName
{
border-color: #E3947F;
}
</style>