Shades of Dark Salmon #E7997E
Tints of Dark Salmon #E7997E
RGB
CMYK
RGB Variations
Color information
#E7997E (or 0xE7997E) is known color: Dark Salmon. HEX triplet: E7, 99 and 7E. RGB value is (231,153,126). Sum of RGB (Red+Green+Blue) = 231+153+126=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7997E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7997E is #186681. Grayscale: #ADADAD. Windows color (decimal): -1599106 or 8296935. OLE color: 8296935.
HSL color Cylindrical-coordinate representation of color #E7997E: hue angle of 15.43º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7997E is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 126 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.09 |
| HSL | 15.43º | 0.69% | 0.7% | - |
| HSV(B) | 15.43º | 0.45% | 0.91% | - |
| XYZ | 48.11 | 41.28 | 25.17 | - |
| YUV | 173.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 126 | 0 | 0.34 | 0.45 | 0.09 | 15.43 | 0.69 | 0.7 |
| Hex | E7 | 99 | 7E | 0 | 22 | 2D | 9 | F | 45 | 46 |
| Octal | 347 | 231 | 176 | 0 | 42 | 55 | 11 | 17 | 105 | 106 |
| Binary | 11100111 | 10011001 | 1111110 | 0 | 100010 | 101101 | 1001 | 1111 | 1000101 | 1000110 |
Color Harmonies of #E7997E
Complementary color
Monochromatic Colors of #E7997E
Black with #E7997E
Text Example
Text Example
White with #E7997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7997E; }
p { color: rgb(231,153,126); }
H1.HeaderClassName
{
color: #E7997E;
}
.AnyTagClassName
{
color: #E7997E;
}
</style>
background-color css
<style>
a { background-color: #E7997E; }
a { background-color: rgb(231,153,126); }
div.DivClassName
{
background-color: #E7997E;
}
.BgClassName
{
background-color: #E7997E;
}
</style>
border-color css
<style>
span { border-color: #E7997E; }
span { border-color: rgb(231,153,126); }
td.TdClassName
{
border-color: #E7997E;
}
.TagClassName
{
border-color: #E7997E;
}
</style>