Shades of Dark Salmon #EB997D
Tints of Dark Salmon #EB997D
RGB
CMYK
RGB Variations
Color information
#EB997D (or 0xEB997D) is known color: Dark Salmon. HEX triplet: EB, 99 and 7D. RGB value is (235,153,125). Sum of RGB (Red+Green+Blue) = 235+153+125=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB997D is #146682. Grayscale: #AEAEAE. Windows color (decimal): -1336963 or 8231403. OLE color: 8231403.
HSL color Cylindrical-coordinate representation of color #EB997D: hue angle of 15.27º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB997D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 153 | 125 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.08 |
| HSL | 15.27º | 0.73% | 0.71% | - |
| HSV(B) | 15.27º | 0.47% | 0.92% | - |
| XYZ | 49.35 | 41.93 | 24.89 | - |
| YUV | 174.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 153 | 125 | 0 | 0.35 | 0.47 | 0.08 | 15.27 | 0.73 | 0.71 |
| Hex | EB | 99 | 7D | 0 | 23 | 2F | 8 | F | 49 | 47 |
| Octal | 353 | 231 | 175 | 0 | 43 | 57 | 10 | 17 | 111 | 107 |
| Binary | 11101011 | 10011001 | 1111101 | 0 | 100011 | 101111 | 1000 | 1111 | 1001001 | 1000111 |
Color Harmonies of #EB997D
Complementary color
Monochromatic Colors of #EB997D
Black with #EB997D
Text Example
Text Example
White with #EB997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB997D; }
p { color: rgb(235,153,125); }
H1.HeaderClassName
{
color: #EB997D;
}
.AnyTagClassName
{
color: #EB997D;
}
</style>
background-color css
<style>
a { background-color: #EB997D; }
a { background-color: rgb(235,153,125); }
div.DivClassName
{
background-color: #EB997D;
}
.BgClassName
{
background-color: #EB997D;
}
</style>
border-color css
<style>
span { border-color: #EB997D; }
span { border-color: rgb(235,153,125); }
td.TdClassName
{
border-color: #EB997D;
}
.TagClassName
{
border-color: #EB997D;
}
</style>