Shades of Dark Salmon #E19482
Tints of Dark Salmon #E19482
RGB
CMYK
RGB Variations
Color information
#E19482 (or 0xE19482) is known color: Dark Salmon. HEX triplet: E1, 94 and 82. RGB value is (225,148,130). Sum of RGB (Red+Green+Blue) = 225+148+130=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E19482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19482 is #1E6B7D. Grayscale: #A9A9A9. Windows color (decimal): -1993598 or 8557793. OLE color: 8557793.
HSL color Cylindrical-coordinate representation of color #E19482: hue angle of 11.37º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E19482 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 130 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.12 |
| HSL | 11.37º | 0.61% | 0.7% | - |
| HSV(B) | 11.37º | 0.42% | 0.88% | - |
| XYZ | 45.67 | 38.8 | 26.2 | - |
| YUV | 168.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 130 | 0 | 0.34 | 0.42 | 0.12 | 11.37 | 0.61 | 0.7 |
| Hex | E1 | 94 | 82 | 0 | 22 | 2A | C | B | 3D | 46 |
| Octal | 341 | 224 | 202 | 0 | 42 | 52 | 14 | 13 | 75 | 106 |
| Binary | 11100001 | 10010100 | 10000010 | 0 | 100010 | 101010 | 1100 | 1011 | 111101 | 1000110 |
Color Harmonies of #E19482
Complementary color
Monochromatic Colors of #E19482
Black with #E19482
Text Example
Text Example
White with #E19482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19482; }
p { color: rgb(225,148,130); }
H1.HeaderClassName
{
color: #E19482;
}
.AnyTagClassName
{
color: #E19482;
}
</style>
background-color css
<style>
a { background-color: #E19482; }
a { background-color: rgb(225,148,130); }
div.DivClassName
{
background-color: #E19482;
}
.BgClassName
{
background-color: #E19482;
}
</style>
border-color css
<style>
span { border-color: #E19482; }
span { border-color: rgb(225,148,130); }
td.TdClassName
{
border-color: #E19482;
}
.TagClassName
{
border-color: #E19482;
}
</style>