Shades of Dark Salmon #E3977B
Tints of Dark Salmon #E3977B
RGB
CMYK
RGB Variations
Color information
#E3977B (or 0xE3977B) is known color: Dark Salmon. HEX triplet: E3, 97 and 7B. RGB value is (227,151,123). Sum of RGB (Red+Green+Blue) = 227+151+123=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E3977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3977B is #1C6884. Grayscale: #AAAAAA. Windows color (decimal): -1861765 or 8099811. OLE color: 8099811.
HSL color Cylindrical-coordinate representation of color #E3977B: hue angle of 16.15º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E3977B is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 123 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.11 |
| HSL | 16.15º | 0.65% | 0.69% | - |
| HSV(B) | 16.15º | 0.46% | 0.89% | - |
| XYZ | 46.32 | 39.89 | 24 | - |
| YUV | 170.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 123 | 0 | 0.33 | 0.46 | 0.11 | 16.15 | 0.65 | 0.69 |
| Hex | E3 | 97 | 7B | 0 | 21 | 2E | B | 10 | 41 | 45 |
| Octal | 343 | 227 | 173 | 0 | 41 | 56 | 13 | 20 | 101 | 105 |
| Binary | 11100011 | 10010111 | 1111011 | 0 | 100001 | 101110 | 1011 | 10000 | 1000001 | 1000101 |
Color Harmonies of #E3977B
Complementary color
Monochromatic Colors of #E3977B
Black with #E3977B
Text Example
Text Example
White with #E3977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3977B; }
p { color: rgb(227,151,123); }
H1.HeaderClassName
{
color: #E3977B;
}
.AnyTagClassName
{
color: #E3977B;
}
</style>
background-color css
<style>
a { background-color: #E3977B; }
a { background-color: rgb(227,151,123); }
div.DivClassName
{
background-color: #E3977B;
}
.BgClassName
{
background-color: #E3977B;
}
</style>
border-color css
<style>
span { border-color: #E3977B; }
span { border-color: rgb(227,151,123); }
td.TdClassName
{
border-color: #E3977B;
}
.TagClassName
{
border-color: #E3977B;
}
</style>