Shades of Dark Salmon #E88F78
Tints of Dark Salmon #E88F78
RGB
CMYK
RGB Variations
Color information
#E88F78 (or 0xE88F78) is known color: Dark Salmon. HEX triplet: E8, 8F and 78. RGB value is (232,143,120). Sum of RGB (Red+Green+Blue) = 232+143+120=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E88F78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E88F78 is #177087. Grayscale: #A7A7A7. Windows color (decimal): -1536136 or 7901160. OLE color: 7901160.
HSL color Cylindrical-coordinate representation of color #E88F78: hue angle of 12.32º degrees, saturation: 0.71, 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 #E88F78 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 120 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.09 |
| HSL | 12.32º | 0.71% | 0.69% | - |
| HSV(B) | 12.32º | 0.48% | 0.91% | - |
| XYZ | 46.49 | 38.16 | 22.68 | - |
| YUV | 166.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 120 | 0 | 0.38 | 0.48 | 0.09 | 12.32 | 0.71 | 0.69 |
| Hex | E8 | 8F | 78 | 0 | 26 | 30 | 9 | C | 47 | 45 |
| Octal | 350 | 217 | 170 | 0 | 46 | 60 | 11 | 14 | 107 | 105 |
| Binary | 11101000 | 10001111 | 1111000 | 0 | 100110 | 110000 | 1001 | 1100 | 1000111 | 1000101 |
Color Harmonies of #E88F78
Complementary color
Monochromatic Colors of #E88F78
Black with #E88F78
Text Example
Text Example
White with #E88F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88F78; }
p { color: rgb(232,143,120); }
H1.HeaderClassName
{
color: #E88F78;
}
.AnyTagClassName
{
color: #E88F78;
}
</style>
background-color css
<style>
a { background-color: #E88F78; }
a { background-color: rgb(232,143,120); }
div.DivClassName
{
background-color: #E88F78;
}
.BgClassName
{
background-color: #E88F78;
}
</style>
border-color css
<style>
span { border-color: #E88F78; }
span { border-color: rgb(232,143,120); }
td.TdClassName
{
border-color: #E88F78;
}
.TagClassName
{
border-color: #E88F78;
}
</style>