Shades of Dark Salmon #E1997B
Tints of Dark Salmon #E1997B
RGB
CMYK
RGB Variations
Color information
#E1997B (or 0xE1997B) is known color: Dark Salmon. HEX triplet: E1, 99 and 7B. RGB value is (225,153,123). Sum of RGB (Red+Green+Blue) = 225+153+123=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1997B is #1E6684. Grayscale: #ABABAB. Windows color (decimal): -1992325 or 8100321. OLE color: 8100321.
HSL color Cylindrical-coordinate representation of color #E1997B: hue angle of 17.65º 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 #E1997B is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 123 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.12 |
| HSL | 17.65º | 0.63% | 0.68% | - |
| HSV(B) | 17.65º | 0.45% | 0.88% | - |
| XYZ | 46.02 | 40.22 | 24.08 | - |
| YUV | 171.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 123 | 0 | 0.32 | 0.45 | 0.12 | 17.65 | 0.63 | 0.68 |
| Hex | E1 | 99 | 7B | 0 | 20 | 2D | C | 12 | 3F | 44 |
| Octal | 341 | 231 | 173 | 0 | 40 | 55 | 14 | 22 | 77 | 104 |
| Binary | 11100001 | 10011001 | 1111011 | 0 | 100000 | 101101 | 1100 | 10010 | 111111 | 1000100 |
Color Harmonies of #E1997B
Complementary color
Monochromatic Colors of #E1997B
Black with #E1997B
Text Example
Text Example
White with #E1997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1997B; }
p { color: rgb(225,153,123); }
H1.HeaderClassName
{
color: #E1997B;
}
.AnyTagClassName
{
color: #E1997B;
}
</style>
background-color css
<style>
a { background-color: #E1997B; }
a { background-color: rgb(225,153,123); }
div.DivClassName
{
background-color: #E1997B;
}
.BgClassName
{
background-color: #E1997B;
}
</style>
border-color css
<style>
span { border-color: #E1997B; }
span { border-color: rgb(225,153,123); }
td.TdClassName
{
border-color: #E1997B;
}
.TagClassName
{
border-color: #E1997B;
}
</style>