Shades of Dark Salmon #E3977F
Tints of Dark Salmon #E3977F
RGB
CMYK
RGB Variations
Color information
#E3977F (or 0xE3977F) is known color: Dark Salmon. HEX triplet: E3, 97 and 7F. RGB value is (227,151,127). Sum of RGB (Red+Green+Blue) = 227+151+127=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3977F is #1C6880. Grayscale: #ABABAB. Windows color (decimal): -1861761 or 8361955. OLE color: 8361955.
HSL color Cylindrical-coordinate representation of color #E3977F: hue angle of 14.4º 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 #E3977F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 151 | 127 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.11 |
| HSL | 14.4º | 0.64% | 0.69% | - |
| HSV(B) | 14.4º | 0.44% | 0.89% | - |
| XYZ | 46.58 | 40 | 25.34 | - |
| YUV | 170.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 151 | 127 | 0 | 0.33 | 0.44 | 0.11 | 14.4 | 0.64 | 0.69 |
| Hex | E3 | 97 | 7F | 0 | 21 | 2C | B | E | 40 | 45 |
| Octal | 343 | 227 | 177 | 0 | 41 | 54 | 13 | 16 | 100 | 105 |
| Binary | 11100011 | 10010111 | 1111111 | 0 | 100001 | 101100 | 1011 | 1110 | 1000000 | 1000101 |
Color Harmonies of #E3977F
Complementary color
Monochromatic Colors of #E3977F
Black with #E3977F
Text Example
Text Example
White with #E3977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3977F; }
p { color: rgb(227,151,127); }
H1.HeaderClassName
{
color: #E3977F;
}
.AnyTagClassName
{
color: #E3977F;
}
</style>
background-color css
<style>
a { background-color: #E3977F; }
a { background-color: rgb(227,151,127); }
div.DivClassName
{
background-color: #E3977F;
}
.BgClassName
{
background-color: #E3977F;
}
</style>
border-color css
<style>
span { border-color: #E3977F; }
span { border-color: rgb(227,151,127); }
td.TdClassName
{
border-color: #E3977F;
}
.TagClassName
{
border-color: #E3977F;
}
</style>