Shades of Dark Salmon #E78F81
Tints of Dark Salmon #E78F81
RGB
CMYK
RGB Variations
Color information
#E78F81 (or 0xE78F81) is known color: Dark Salmon. HEX triplet: E7, 8F and 81. RGB value is (231,143,129). Sum of RGB (Red+Green+Blue) = 231+143+129=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78F81 is #18707E. Grayscale: #A7A7A7. Windows color (decimal): -1601663 or 8490983. OLE color: 8490983.
HSL color Cylindrical-coordinate representation of color #E78F81: hue angle of 8.24º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E78F81 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 129 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.09 |
| HSL | 8.24º | 0.68% | 0.71% | - |
| HSV(B) | 8.24º | 0.44% | 0.91% | - |
| XYZ | 46.74 | 38.22 | 25.68 | - |
| YUV | 167.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 129 | 0 | 0.38 | 0.44 | 0.09 | 8.24 | 0.68 | 0.71 |
| Hex | E7 | 8F | 81 | 0 | 26 | 2C | 9 | 8 | 44 | 47 |
| Octal | 347 | 217 | 201 | 0 | 46 | 54 | 11 | 10 | 104 | 107 |
| Binary | 11100111 | 10001111 | 10000001 | 0 | 100110 | 101100 | 1001 | 1000 | 1000100 | 1000111 |
Color Harmonies of #E78F81
Complementary color
Monochromatic Colors of #E78F81
Black with #E78F81
Text Example
Text Example
White with #E78F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78F81; }
p { color: rgb(231,143,129); }
H1.HeaderClassName
{
color: #E78F81;
}
.AnyTagClassName
{
color: #E78F81;
}
</style>
background-color css
<style>
a { background-color: #E78F81; }
a { background-color: rgb(231,143,129); }
div.DivClassName
{
background-color: #E78F81;
}
.BgClassName
{
background-color: #E78F81;
}
</style>
border-color css
<style>
span { border-color: #E78F81; }
span { border-color: rgb(231,143,129); }
td.TdClassName
{
border-color: #E78F81;
}
.TagClassName
{
border-color: #E78F81;
}
</style>