Shades of Dark Salmon #E3947C
Tints of Dark Salmon #E3947C
RGB
CMYK
RGB Variations
Color information
#E3947C (or 0xE3947C) is known color: Dark Salmon. HEX triplet: E3, 94 and 7C. RGB value is (227,148,124). Sum of RGB (Red+Green+Blue) = 227+148+124=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3947C is #1C6B83. Grayscale: #A9A9A9. Windows color (decimal): -1862532 or 8164579. OLE color: 8164579.
HSL color Cylindrical-coordinate representation of color #E3947C: hue angle of 13.98º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E3947C is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 148 | 124 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.11 |
| HSL | 13.98º | 0.65% | 0.69% | - |
| HSV(B) | 13.98º | 0.45% | 0.89% | - |
| XYZ | 45.91 | 38.97 | 24.17 | - |
| YUV | 168.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 124 | 0 | 0.35 | 0.45 | 0.11 | 13.98 | 0.65 | 0.69 |
| Hex | E3 | 94 | 7C | 0 | 23 | 2D | B | E | 41 | 45 |
| Octal | 343 | 224 | 174 | 0 | 43 | 55 | 13 | 16 | 101 | 105 |
| Binary | 11100011 | 10010100 | 1111100 | 0 | 100011 | 101101 | 1011 | 1110 | 1000001 | 1000101 |
Color Harmonies of #E3947C
Complementary color
Monochromatic Colors of #E3947C
Black with #E3947C
Text Example
Text Example
White with #E3947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3947C; }
p { color: rgb(227,148,124); }
H1.HeaderClassName
{
color: #E3947C;
}
.AnyTagClassName
{
color: #E3947C;
}
</style>
background-color css
<style>
a { background-color: #E3947C; }
a { background-color: rgb(227,148,124); }
div.DivClassName
{
background-color: #E3947C;
}
.BgClassName
{
background-color: #E3947C;
}
</style>
border-color css
<style>
span { border-color: #E3947C; }
span { border-color: rgb(227,148,124); }
td.TdClassName
{
border-color: #E3947C;
}
.TagClassName
{
border-color: #E3947C;
}
</style>