Shades of Dark Salmon #E78F75
Tints of Dark Salmon #E78F75
RGB
CMYK
RGB Variations
Color information
#E78F75 (or 0xE78F75) is known color: Dark Salmon. HEX triplet: E7, 8F and 75. RGB value is (231,143,117). Sum of RGB (Red+Green+Blue) = 231+143+117=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78F75 is #18708A. Grayscale: #A6A6A6. Windows color (decimal): -1601675 or 7704551. OLE color: 7704551.
HSL color Cylindrical-coordinate representation of color #E78F75: hue angle of 13.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E78F75 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 117 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.09 |
| HSL | 13.68º | 0.7% | 0.68% | - |
| HSV(B) | 13.68º | 0.49% | 0.91% | - |
| XYZ | 45.99 | 37.92 | 21.72 | - |
| YUV | 166.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 117 | 0 | 0.38 | 0.49 | 0.09 | 13.68 | 0.7 | 0.68 |
| Hex | E7 | 8F | 75 | 0 | 26 | 31 | 9 | E | 46 | 44 |
| Octal | 347 | 217 | 165 | 0 | 46 | 61 | 11 | 16 | 106 | 104 |
| Binary | 11100111 | 10001111 | 1110101 | 0 | 100110 | 110001 | 1001 | 1110 | 1000110 | 1000100 |
Color Harmonies of #E78F75
Complementary color
Monochromatic Colors of #E78F75
Black with #E78F75
Text Example
Text Example
White with #E78F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F75; }
p { color: rgb(231,143,117); }
H1.HeaderClassName
{
color: #E78F75;
}
.AnyTagClassName
{
color: #E78F75;
}
</style>
background-color css
<style>
a { background-color: #E78F75; }
a { background-color: rgb(231,143,117); }
div.DivClassName
{
background-color: #E78F75;
}
.BgClassName
{
background-color: #E78F75;
}
</style>
border-color css
<style>
span { border-color: #E78F75; }
span { border-color: rgb(231,143,117); }
td.TdClassName
{
border-color: #E78F75;
}
.TagClassName
{
border-color: #E78F75;
}
</style>