Shades of Dark Salmon #E1997D
Tints of Dark Salmon #E1997D
RGB
CMYK
RGB Variations
Color information
#E1997D (or 0xE1997D) is known color: Dark Salmon. HEX triplet: E1, 99 and 7D. RGB value is (225,153,125). Sum of RGB (Red+Green+Blue) = 225+153+125=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1997D is #1E6682. Grayscale: #ABABAB. Windows color (decimal): -1992323 or 8231393. OLE color: 8231393.
HSL color Cylindrical-coordinate representation of color #E1997D: hue angle of 16.8º 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 #E1997D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 125 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.12 |
| HSL | 16.8º | 0.63% | 0.69% | - |
| HSV(B) | 16.8º | 0.44% | 0.88% | - |
| XYZ | 46.14 | 40.27 | 24.74 | - |
| YUV | 171.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 125 | 0 | 0.32 | 0.44 | 0.12 | 16.8 | 0.63 | 0.69 |
| Hex | E1 | 99 | 7D | 0 | 20 | 2C | C | 11 | 3E | 45 |
| Octal | 341 | 231 | 175 | 0 | 40 | 54 | 14 | 21 | 76 | 105 |
| Binary | 11100001 | 10011001 | 1111101 | 0 | 100000 | 101100 | 1100 | 10001 | 111110 | 1000101 |
Color Harmonies of #E1997D
Complementary color
Monochromatic Colors of #E1997D
Black with #E1997D
Text Example
Text Example
White with #E1997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1997D; }
p { color: rgb(225,153,125); }
H1.HeaderClassName
{
color: #E1997D;
}
.AnyTagClassName
{
color: #E1997D;
}
</style>
background-color css
<style>
a { background-color: #E1997D; }
a { background-color: rgb(225,153,125); }
div.DivClassName
{
background-color: #E1997D;
}
.BgClassName
{
background-color: #E1997D;
}
</style>
border-color css
<style>
span { border-color: #E1997D; }
span { border-color: rgb(225,153,125); }
td.TdClassName
{
border-color: #E1997D;
}
.TagClassName
{
border-color: #E1997D;
}
</style>