Shades of Dark Salmon #E78F78
Tints of Dark Salmon #E78F78
RGB
CMYK
RGB Variations
Color information
#E78F78 (or 0xE78F78) is known color: Dark Salmon. HEX triplet: E7, 8F and 78. RGB value is (231,143,120). Sum of RGB (Red+Green+Blue) = 231+143+120=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78F78 is #187087. Grayscale: #A6A6A6. Windows color (decimal): -1601672 or 7901159. OLE color: 7901159.
HSL color Cylindrical-coordinate representation of color #E78F78: hue angle of 12.43º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E78F78 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 120 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.09 |
| HSL | 12.43º | 0.7% | 0.69% | - |
| HSV(B) | 12.43º | 0.48% | 0.91% | - |
| XYZ | 46.17 | 37.99 | 22.67 | - |
| YUV | 166.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 120 | 0 | 0.38 | 0.48 | 0.09 | 12.43 | 0.7 | 0.69 |
| Hex | E7 | 8F | 78 | 0 | 26 | 30 | 9 | C | 46 | 45 |
| Octal | 347 | 217 | 170 | 0 | 46 | 60 | 11 | 14 | 106 | 105 |
| Binary | 11100111 | 10001111 | 1111000 | 0 | 100110 | 110000 | 1001 | 1100 | 1000110 | 1000101 |
Color Harmonies of #E78F78
Complementary color
Monochromatic Colors of #E78F78
Black with #E78F78
Text Example
Text Example
White with #E78F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F78; }
p { color: rgb(231,143,120); }
H1.HeaderClassName
{
color: #E78F78;
}
.AnyTagClassName
{
color: #E78F78;
}
</style>
background-color css
<style>
a { background-color: #E78F78; }
a { background-color: rgb(231,143,120); }
div.DivClassName
{
background-color: #E78F78;
}
.BgClassName
{
background-color: #E78F78;
}
</style>
border-color css
<style>
span { border-color: #E78F78; }
span { border-color: rgb(231,143,120); }
td.TdClassName
{
border-color: #E78F78;
}
.TagClassName
{
border-color: #E78F78;
}
</style>