Shades of Dark Salmon #E1957D
Tints of Dark Salmon #E1957D
RGB
CMYK
RGB Variations
Color information
#E1957D (or 0xE1957D) is known color: Dark Salmon. HEX triplet: E1, 95 and 7D. RGB value is (225,149,125). Sum of RGB (Red+Green+Blue) = 225+149+125=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1957D is #1E6A82. Grayscale: #A9A9A9. Windows color (decimal): -1993347 or 8230369. OLE color: 8230369.
HSL color Cylindrical-coordinate representation of color #E1957D: hue angle of 14.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1957D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 149 | 125 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.12 |
| HSL | 14.4º | 0.63% | 0.69% | - |
| HSV(B) | 14.4º | 0.44% | 0.88% | - |
| XYZ | 45.5 | 38.98 | 24.53 | - |
| YUV | 168.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 149 | 125 | 0 | 0.34 | 0.44 | 0.12 | 14.4 | 0.63 | 0.69 |
| Hex | E1 | 95 | 7D | 0 | 22 | 2C | C | E | 3E | 45 |
| Octal | 341 | 225 | 175 | 0 | 42 | 54 | 14 | 16 | 76 | 105 |
| Binary | 11100001 | 10010101 | 1111101 | 0 | 100010 | 101100 | 1100 | 1110 | 111110 | 1000101 |
Color Harmonies of #E1957D
Complementary color
Monochromatic Colors of #E1957D
Black with #E1957D
Text Example
Text Example
White with #E1957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1957D; }
p { color: rgb(225,149,125); }
H1.HeaderClassName
{
color: #E1957D;
}
.AnyTagClassName
{
color: #E1957D;
}
</style>
background-color css
<style>
a { background-color: #E1957D; }
a { background-color: rgb(225,149,125); }
div.DivClassName
{
background-color: #E1957D;
}
.BgClassName
{
background-color: #E1957D;
}
</style>
border-color css
<style>
span { border-color: #E1957D; }
span { border-color: rgb(225,149,125); }
td.TdClassName
{
border-color: #E1957D;
}
.TagClassName
{
border-color: #E1957D;
}
</style>