Shades of Dark Salmon #E19179
Tints of Dark Salmon #E19179
RGB
CMYK
RGB Variations
Color information
#E19179 (or 0xE19179) is known color: Dark Salmon. HEX triplet: E1, 91 and 79. RGB value is (225,145,121). Sum of RGB (Red+Green+Blue) = 225+145+121=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E19179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19179 is #1E6E86. Grayscale: #A6A6A6. Windows color (decimal): -1994375 or 7967201. OLE color: 7967201.
HSL color Cylindrical-coordinate representation of color #E19179: hue angle of 13.85º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E19179 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 121 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.12 |
| HSL | 13.85º | 0.63% | 0.68% | - |
| HSV(B) | 13.85º | 0.46% | 0.88% | - |
| XYZ | 44.63 | 37.64 | 23 | - |
| YUV | 166.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 121 | 0 | 0.36 | 0.46 | 0.12 | 13.85 | 0.63 | 0.68 |
| Hex | E1 | 91 | 79 | 0 | 24 | 2E | C | E | 3F | 44 |
| Octal | 341 | 221 | 171 | 0 | 44 | 56 | 14 | 16 | 77 | 104 |
| Binary | 11100001 | 10010001 | 1111001 | 0 | 100100 | 101110 | 1100 | 1110 | 111111 | 1000100 |
Color Harmonies of #E19179
Complementary color
Monochromatic Colors of #E19179
Black with #E19179
Text Example
Text Example
White with #E19179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19179; }
p { color: rgb(225,145,121); }
H1.HeaderClassName
{
color: #E19179;
}
.AnyTagClassName
{
color: #E19179;
}
</style>
background-color css
<style>
a { background-color: #E19179; }
a { background-color: rgb(225,145,121); }
div.DivClassName
{
background-color: #E19179;
}
.BgClassName
{
background-color: #E19179;
}
</style>
border-color css
<style>
span { border-color: #E19179; }
span { border-color: rgb(225,145,121); }
td.TdClassName
{
border-color: #E19179;
}
.TagClassName
{
border-color: #E19179;
}
</style>