Shades of Dark Salmon #E6957D
Tints of Dark Salmon #E6957D
RGB
CMYK
RGB Variations
Color information
#E6957D (or 0xE6957D) is known color: Dark Salmon. HEX triplet: E6, 95 and 7D. RGB value is (230,149,125). Sum of RGB (Red+Green+Blue) = 230+149+125=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6957D is #196A82. Grayscale: #AAAAAA. Windows color (decimal): -1665667 or 8230374. OLE color: 8230374.
HSL color Cylindrical-coordinate representation of color #E6957D: hue angle of 13.71º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6957D is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 125 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.10 |
| HSL | 13.71º | 0.68% | 0.7% | - |
| HSV(B) | 13.71º | 0.46% | 0.9% | - |
| XYZ | 47.08 | 39.8 | 24.6 | - |
| YUV | 170.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 125 | 0 | 0.35 | 0.46 | 0.10 | 13.71 | 0.68 | 0.7 |
| Hex | E6 | 95 | 7D | 0 | 23 | 2E | A | E | 44 | 46 |
| Octal | 346 | 225 | 175 | 0 | 43 | 56 | 12 | 16 | 104 | 106 |
| Binary | 11100110 | 10010101 | 1111101 | 0 | 100011 | 101110 | 1010 | 1110 | 1000100 | 1000110 |
Color Harmonies of #E6957D
Complementary color
Monochromatic Colors of #E6957D
Black with #E6957D
Text Example
Text Example
White with #E6957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6957D; }
p { color: rgb(230,149,125); }
H1.HeaderClassName
{
color: #E6957D;
}
.AnyTagClassName
{
color: #E6957D;
}
</style>
background-color css
<style>
a { background-color: #E6957D; }
a { background-color: rgb(230,149,125); }
div.DivClassName
{
background-color: #E6957D;
}
.BgClassName
{
background-color: #E6957D;
}
</style>
border-color css
<style>
span { border-color: #E6957D; }
span { border-color: rgb(230,149,125); }
td.TdClassName
{
border-color: #E6957D;
}
.TagClassName
{
border-color: #E6957D;
}
</style>