Shades of Dark Salmon #E19378
Tints of Dark Salmon #E19378
RGB
CMYK
RGB Variations
Color information
#E19378 (or 0xE19378) is known color: Dark Salmon. HEX triplet: E1, 93 and 78. RGB value is (225,147,120). Sum of RGB (Red+Green+Blue) = 225+147+120=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E19378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19378 is #1E6C87. Grayscale: #A7A7A7. Windows color (decimal): -1993864 or 7902177. OLE color: 7902177.
HSL color Cylindrical-coordinate representation of color #E19378: hue angle of 15.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E19378 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 120 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.12 |
| HSL | 15.43º | 0.64% | 0.68% | - |
| HSV(B) | 15.43º | 0.47% | 0.88% | - |
| XYZ | 44.88 | 38.23 | 22.78 | - |
| YUV | 167.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 120 | 0 | 0.35 | 0.47 | 0.12 | 15.43 | 0.64 | 0.68 |
| Hex | E1 | 93 | 78 | 0 | 23 | 2F | C | F | 40 | 44 |
| Octal | 341 | 223 | 170 | 0 | 43 | 57 | 14 | 17 | 100 | 104 |
| Binary | 11100001 | 10010011 | 1111000 | 0 | 100011 | 101111 | 1100 | 1111 | 1000000 | 1000100 |
Color Harmonies of #E19378
Complementary color
Monochromatic Colors of #E19378
Black with #E19378
Text Example
Text Example
White with #E19378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19378; }
p { color: rgb(225,147,120); }
H1.HeaderClassName
{
color: #E19378;
}
.AnyTagClassName
{
color: #E19378;
}
</style>
background-color css
<style>
a { background-color: #E19378; }
a { background-color: rgb(225,147,120); }
div.DivClassName
{
background-color: #E19378;
}
.BgClassName
{
background-color: #E19378;
}
</style>
border-color css
<style>
span { border-color: #E19378; }
span { border-color: rgb(225,147,120); }
td.TdClassName
{
border-color: #E19378;
}
.TagClassName
{
border-color: #E19378;
}
</style>