Shades of Dark Salmon #E2957D
Tints of Dark Salmon #E2957D
RGB
CMYK
RGB Variations
Color information
#E2957D (or 0xE2957D) is known color: Dark Salmon. HEX triplet: E2, 95 and 7D. RGB value is (226,149,125). Sum of RGB (Red+Green+Blue) = 226+149+125=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2957D is #1D6A82. Grayscale: #A9A9A9. Windows color (decimal): -1927811 or 8230370. OLE color: 8230370.
HSL color Cylindrical-coordinate representation of color #E2957D: hue angle of 14.26º degrees, saturation: 0.64, 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 #E2957D is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 125 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.11 |
| HSL | 14.26º | 0.64% | 0.69% | - |
| HSV(B) | 14.26º | 0.45% | 0.89% | - |
| XYZ | 45.81 | 39.14 | 24.54 | - |
| YUV | 169.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 125 | 0 | 0.34 | 0.45 | 0.11 | 14.26 | 0.64 | 0.69 |
| Hex | E2 | 95 | 7D | 0 | 22 | 2D | B | E | 40 | 45 |
| Octal | 342 | 225 | 175 | 0 | 42 | 55 | 13 | 16 | 100 | 105 |
| Binary | 11100010 | 10010101 | 1111101 | 0 | 100010 | 101101 | 1011 | 1110 | 1000000 | 1000101 |
Color Harmonies of #E2957D
Complementary color
Monochromatic Colors of #E2957D
Black with #E2957D
Text Example
Text Example
White with #E2957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2957D; }
p { color: rgb(226,149,125); }
H1.HeaderClassName
{
color: #E2957D;
}
.AnyTagClassName
{
color: #E2957D;
}
</style>
background-color css
<style>
a { background-color: #E2957D; }
a { background-color: rgb(226,149,125); }
div.DivClassName
{
background-color: #E2957D;
}
.BgClassName
{
background-color: #E2957D;
}
</style>
border-color css
<style>
span { border-color: #E2957D; }
span { border-color: rgb(226,149,125); }
td.TdClassName
{
border-color: #E2957D;
}
.TagClassName
{
border-color: #E2957D;
}
</style>