Shades of Dark Salmon #E3957D
Tints of Dark Salmon #E3957D
RGB
CMYK
RGB Variations
Color information
#E3957D (or 0xE3957D) is known color: Dark Salmon. HEX triplet: E3, 95 and 7D. RGB value is (227,149,125). Sum of RGB (Red+Green+Blue) = 227+149+125=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E3957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3957D is #1C6A82. Grayscale: #A9A9A9. Windows color (decimal): -1862275 or 8230371. OLE color: 8230371.
HSL color Cylindrical-coordinate representation of color #E3957D: hue angle of 14.12º 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 #E3957D is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 125 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.11 |
| HSL | 14.12º | 0.65% | 0.69% | - |
| HSV(B) | 14.12º | 0.45% | 0.89% | - |
| XYZ | 46.13 | 39.31 | 24.56 | - |
| YUV | 169.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 125 | 0 | 0.34 | 0.45 | 0.11 | 14.12 | 0.65 | 0.69 |
| Hex | E3 | 95 | 7D | 0 | 22 | 2D | B | E | 41 | 45 |
| Octal | 343 | 225 | 175 | 0 | 42 | 55 | 13 | 16 | 101 | 105 |
| Binary | 11100011 | 10010101 | 1111101 | 0 | 100010 | 101101 | 1011 | 1110 | 1000001 | 1000101 |
Color Harmonies of #E3957D
Complementary color
Monochromatic Colors of #E3957D
Black with #E3957D
Text Example
Text Example
White with #E3957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3957D; }
p { color: rgb(227,149,125); }
H1.HeaderClassName
{
color: #E3957D;
}
.AnyTagClassName
{
color: #E3957D;
}
</style>
background-color css
<style>
a { background-color: #E3957D; }
a { background-color: rgb(227,149,125); }
div.DivClassName
{
background-color: #E3957D;
}
.BgClassName
{
background-color: #E3957D;
}
</style>
border-color css
<style>
span { border-color: #E3957D; }
span { border-color: rgb(227,149,125); }
td.TdClassName
{
border-color: #E3957D;
}
.TagClassName
{
border-color: #E3957D;
}
</style>