Shades of Dark Salmon #E19C78
Tints of Dark Salmon #E19C78
RGB
CMYK
RGB Variations
Color information
#E19C78 (or 0xE19C78) is known color: Dark Salmon. HEX triplet: E1, 9C and 78. RGB value is (225,156,120). Sum of RGB (Red+Green+Blue) = 225+156+120=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19C78 is #1E6387. Grayscale: #ACACAC. Windows color (decimal): -1991560 or 7904481. OLE color: 7904481.
HSL color Cylindrical-coordinate representation of color #E19C78: hue angle of 20.57º 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 #E19C78 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 120 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.12 |
| HSL | 20.57º | 0.64% | 0.68% | - |
| HSV(B) | 20.57º | 0.47% | 0.88% | - |
| XYZ | 46.33 | 41.14 | 23.27 | - |
| YUV | 172.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 120 | 0 | 0.31 | 0.47 | 0.12 | 20.57 | 0.64 | 0.68 |
| Hex | E1 | 9C | 78 | 0 | 1F | 2F | C | 15 | 40 | 44 |
| Octal | 341 | 234 | 170 | 0 | 37 | 57 | 14 | 25 | 100 | 104 |
| Binary | 11100001 | 10011100 | 1111000 | 0 | 11111 | 101111 | 1100 | 10101 | 1000000 | 1000100 |
Color Harmonies of #E19C78
Complementary color
Monochromatic Colors of #E19C78
Black with #E19C78
Text Example
Text Example
White with #E19C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C78; }
p { color: rgb(225,156,120); }
H1.HeaderClassName
{
color: #E19C78;
}
.AnyTagClassName
{
color: #E19C78;
}
</style>
background-color css
<style>
a { background-color: #E19C78; }
a { background-color: rgb(225,156,120); }
div.DivClassName
{
background-color: #E19C78;
}
.BgClassName
{
background-color: #E19C78;
}
</style>
border-color css
<style>
span { border-color: #E19C78; }
span { border-color: rgb(225,156,120); }
td.TdClassName
{
border-color: #E19C78;
}
.TagClassName
{
border-color: #E19C78;
}
</style>