Shades of Dark Salmon #E1997C
Tints of Dark Salmon #E1997C
RGB
CMYK
RGB Variations
Color information
#E1997C (or 0xE1997C) is known color: Dark Salmon. HEX triplet: E1, 99 and 7C. RGB value is (225,153,124). Sum of RGB (Red+Green+Blue) = 225+153+124=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1997C is #1E6683. Grayscale: #ABABAB. Windows color (decimal): -1992324 or 8165857. OLE color: 8165857.
HSL color Cylindrical-coordinate representation of color #E1997C: hue angle of 17.23º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1997C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 124 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.12 |
| HSL | 17.23º | 0.63% | 0.68% | - |
| HSV(B) | 17.23º | 0.45% | 0.88% | - |
| XYZ | 46.08 | 40.25 | 24.41 | - |
| YUV | 171.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 124 | 0 | 0.32 | 0.45 | 0.12 | 17.23 | 0.63 | 0.68 |
| Hex | E1 | 99 | 7C | 0 | 20 | 2D | C | 11 | 3F | 44 |
| Octal | 341 | 231 | 174 | 0 | 40 | 55 | 14 | 21 | 77 | 104 |
| Binary | 11100001 | 10011001 | 1111100 | 0 | 100000 | 101101 | 1100 | 10001 | 111111 | 1000100 |
Color Harmonies of #E1997C
Complementary color
Monochromatic Colors of #E1997C
Black with #E1997C
Text Example
Text Example
White with #E1997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1997C; }
p { color: rgb(225,153,124); }
H1.HeaderClassName
{
color: #E1997C;
}
.AnyTagClassName
{
color: #E1997C;
}
</style>
background-color css
<style>
a { background-color: #E1997C; }
a { background-color: rgb(225,153,124); }
div.DivClassName
{
background-color: #E1997C;
}
.BgClassName
{
background-color: #E1997C;
}
</style>
border-color css
<style>
span { border-color: #E1997C; }
span { border-color: rgb(225,153,124); }
td.TdClassName
{
border-color: #E1997C;
}
.TagClassName
{
border-color: #E1997C;
}
</style>