Shades of Dark Salmon #E19B7A
Tints of Dark Salmon #E19B7A
RGB
CMYK
RGB Variations
Color information
#E19B7A (or 0xE19B7A) is known color: Dark Salmon. HEX triplet: E1, 9B and 7A. RGB value is (225,155,122). Sum of RGB (Red+Green+Blue) = 225+155+122=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19B7A is #1E6485. Grayscale: #ACACAC. Windows color (decimal): -1991814 or 8035297. OLE color: 8035297.
HSL color Cylindrical-coordinate representation of color #E19B7A: hue angle of 19.22º 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 #E19B7A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 122 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.12 |
| HSL | 19.22º | 0.63% | 0.68% | - |
| HSV(B) | 19.22º | 0.46% | 0.88% | - |
| XYZ | 46.29 | 40.86 | 23.86 | - |
| YUV | 172.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 122 | 0 | 0.31 | 0.46 | 0.12 | 19.22 | 0.63 | 0.68 |
| Hex | E1 | 9B | 7A | 0 | 1F | 2E | C | 13 | 3F | 44 |
| Octal | 341 | 233 | 172 | 0 | 37 | 56 | 14 | 23 | 77 | 104 |
| Binary | 11100001 | 10011011 | 1111010 | 0 | 11111 | 101110 | 1100 | 10011 | 111111 | 1000100 |
Color Harmonies of #E19B7A
Complementary color
Monochromatic Colors of #E19B7A
Black with #E19B7A
Text Example
Text Example
White with #E19B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B7A; }
p { color: rgb(225,155,122); }
H1.HeaderClassName
{
color: #E19B7A;
}
.AnyTagClassName
{
color: #E19B7A;
}
</style>
background-color css
<style>
a { background-color: #E19B7A; }
a { background-color: rgb(225,155,122); }
div.DivClassName
{
background-color: #E19B7A;
}
.BgClassName
{
background-color: #E19B7A;
}
</style>
border-color css
<style>
span { border-color: #E19B7A; }
span { border-color: rgb(225,155,122); }
td.TdClassName
{
border-color: #E19B7A;
}
.TagClassName
{
border-color: #E19B7A;
}
</style>