Shades of Dark Salmon #E1997E
Tints of Dark Salmon #E1997E
RGB
CMYK
RGB Variations
Color information
#E1997E (or 0xE1997E) is known color: Dark Salmon. HEX triplet: E1, 99 and 7E. RGB value is (225,153,126). Sum of RGB (Red+Green+Blue) = 225+153+126=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1997E is #1E6681. Grayscale: #ABABAB. Windows color (decimal): -1992322 or 8296929. OLE color: 8296929.
HSL color Cylindrical-coordinate representation of color #E1997E: hue angle of 16.36º 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 #E1997E is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 126 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.12 |
| HSL | 16.36º | 0.62% | 0.69% | - |
| HSV(B) | 16.36º | 0.44% | 0.88% | - |
| XYZ | 46.21 | 40.3 | 25.08 | - |
| YUV | 171.45 | 102.35 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 126 | 0 | 0.32 | 0.44 | 0.12 | 16.36 | 0.62 | 0.69 |
| Hex | E1 | 99 | 7E | 0 | 20 | 2C | C | 10 | 3E | 45 |
| Octal | 341 | 231 | 176 | 0 | 40 | 54 | 14 | 20 | 76 | 105 |
| Binary | 11100001 | 10011001 | 1111110 | 0 | 100000 | 101100 | 1100 | 10000 | 111110 | 1000101 |
Color Harmonies of #E1997E
Complementary color
Monochromatic Colors of #E1997E
Black with #E1997E
Text Example
Text Example
White with #E1997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1997E; }
p { color: rgb(225,153,126); }
H1.HeaderClassName
{
color: #E1997E;
}
.AnyTagClassName
{
color: #E1997E;
}
</style>
background-color css
<style>
a { background-color: #E1997E; }
a { background-color: rgb(225,153,126); }
div.DivClassName
{
background-color: #E1997E;
}
.BgClassName
{
background-color: #E1997E;
}
</style>
border-color css
<style>
span { border-color: #E1997E; }
span { border-color: rgb(225,153,126); }
td.TdClassName
{
border-color: #E1997E;
}
.TagClassName
{
border-color: #E1997E;
}
</style>